debug login error

This commit is contained in:
adb 2021-03-23 13:17:53 +01:00
parent 9cc93109fc
commit 8ea5c46920

View File

@ -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({