mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 20:38:55 +03:00
log login errors
This commit is contained in:
parent
b437a2559d
commit
6874f313e3
1 changed files with 3 additions and 0 deletions
|
@ -210,6 +210,9 @@ export default class Login {
|
|||
return tryLowercaseUsername(originalLoginError);
|
||||
}
|
||||
throw originalLoginError;
|
||||
}).catch((error) => {
|
||||
console.log("Login failed", error);
|
||||
throw error;
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue