diff options
author | Thibaut Girka <thib@sitedethib.com> | 2019-06-13 22:38:22 +0200 |
---|---|---|
committer | Thibaut Girka <thib@sitedethib.com> | 2019-06-13 22:38:22 +0200 |
commit | 0fd7a8b63d6247ff1fe1d305ec712c0a519a52f1 (patch) | |
tree | cf6ad8df684977b10ffd0d4a313d6dccb42ac15a /app/javascript | |
parent | 7b68e1725c9c2284b8d8b2f0d40872015b698a17 (diff) |
Include necessary JS in auth pages
Diffstat (limited to 'app/javascript')
-rw-r--r-- | app/javascript/core/theme.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/core/theme.yml b/app/javascript/core/theme.yml index 32787bcab..dc641772c 100644 --- a/app/javascript/core/theme.yml +++ b/app/javascript/core/theme.yml @@ -3,7 +3,7 @@ pack: about: admin: admin.js - auth: + auth: settings.js common: filename: common.js stylesheet: true |