From 143755e5e8a53eeee9f5b2fa7e3b76866c9673d7 Mon Sep 17 00:00:00 2001 From: Mateja Date: Thu, 6 May 2021 22:13:15 +0200 Subject: Adding new users without validation. Also set input type to password in `login.handlebars`. --- views/login.handlebars | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'views/login.handlebars') diff --git a/views/login.handlebars b/views/login.handlebars index 47e2166..fd87ba7 100644 --- a/views/login.handlebars +++ b/views/login.handlebars @@ -1,5 +1,8 @@

{{ title }}

+ {{#if msg}} + + {{/if}}
@@ -7,7 +10,7 @@
- +
-- cgit v1.2.3