]> cat aescling's git repositories - mastodon.git/commitdiff
Use “public.js” pack for auth pages for form validation helpers
authorClaire <claire.github-309c@sitedethib.com>
Thu, 10 Dec 2020 09:55:15 +0000 (10:55 +0100)
committerThibG <thib@sitedethib.com>
Thu, 10 Dec 2020 12:01:51 +0000 (13:01 +0100)
app/javascript/flavours/glitch/theme.yml
app/javascript/flavours/vanilla/theme.yml

index 0fd627f1949dcc9bd37717e6554dc6632c0eed2c..2a98e4c29b86eb61bd7036d9057d1c8a9b0e70d0 100644 (file)
@@ -2,7 +2,7 @@
 pack:
   about: packs/about.js
   admin: packs/public.js
-  auth:
+  auth: packs/public.js
   common:
     filename: packs/common.js
     stylesheet: true
index 42e26daea728e3eaba3f2cf71c421b99e599043f..74e9fb1b5f32cb5a450fc9f93cc6a18bfe91ed76 100644 (file)
@@ -2,7 +2,7 @@
 pack:
   about: about.js
   admin: public.js
-  auth:
+  auth: public.js
   common:
     filename: common.js
     stylesheet: true