From e61bf17e5083788f355d9753abaa6474aa4265ca Mon Sep 17 00:00:00 2001 From: Shane Tomlinson Date: Tue, 5 Aug 2014 14:15:10 +0100 Subject: [PATCH] fix(client): Show the /force_auth error message on startup, if one exists. * `.error` elements are invisible by default. Add the `.visible` class. fixes #1504 --- app/scripts/templates/force_auth.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/scripts/templates/force_auth.mustache b/app/scripts/templates/force_auth.mustache index 32eaff3c53..581743cc58 100644 --- a/app/scripts/templates/force_auth.mustache +++ b/app/scripts/templates/force_auth.mustache @@ -5,7 +5,7 @@
{{#fatalError}} -
{{fatalError}}
+
{{fatalError}}
{{/fatalError}} {{^fatalError}}