From 4acb5c90a271779a050c4d3b54562bd29359e5c0 Mon Sep 17 00:00:00 2001 From: Claire Date: Thu, 10 Dec 2020 10:55:15 +0100 Subject: Use “public.js” pack for auth pages for form validation helpers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/javascript/flavours/vanilla/theme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/javascript/flavours/vanilla') diff --git a/app/javascript/flavours/vanilla/theme.yml b/app/javascript/flavours/vanilla/theme.yml index 42e26daea..74e9fb1b5 100644 --- a/app/javascript/flavours/vanilla/theme.yml +++ b/app/javascript/flavours/vanilla/theme.yml @@ -2,7 +2,7 @@ pack: about: about.js admin: public.js - auth: + auth: public.js common: filename: common.js stylesheet: true -- cgit