From d7a19ef5380a8b8dce00499ec8e83c314fefc7c6 Mon Sep 17 00:00:00 2001 From: Henri Cook Date: Sat, 4 Jul 2020 10:42:31 +0100 Subject: [PATCH] Enable signin button on login form change Enable the signin button on the login page when the username or password field changes. This fixes some errors where the password manager inserted username and password but the "SignIn" button was not activated as a result. Closes #692 --- frontend/src/forms/Login.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/forms/Login.vue b/frontend/src/forms/Login.vue index b84c2d68..928b953b 100644 --- a/frontend/src/forms/Login.vue +++ b/frontend/src/forms/Login.vue @@ -4,13 +4,13 @@
- +
- +