From 8ea5c46920b28c1b8e6e60d499c1ef008b8f51dd Mon Sep 17 00:00:00 2001 From: adb Date: Tue, 23 Mar 2021 13:17:53 +0100 Subject: [PATCH] debug login error --- src/views/login.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/login.vue b/src/views/login.vue index e9d0efc..70b886e 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -49,6 +49,7 @@ export default { this.loading = 'logging in'; matrix.login(this.user, this.password, this.homeServer, (error) => { this.loginError = `login failed: ${error}`; + this.loading = false; }, token => { this.loading = 'store token'; this.cookie.setCookie({