diff --git a/views/login.hbs b/views/login.hbs index 1b6639a..ee8a07e 100644 --- a/views/login.hbs +++ b/views/login.hbs @@ -3,6 +3,12 @@
+ {{#if authorized }} +

+ You are already authorized!!! +

+ {{/if}} + {{#unless authorized }}

Sign in to your account

@@ -17,6 +23,7 @@
+ {{/unless}}