mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 03:05:51 +03:00
Allow debugging of unhandled login errors
This commit is contained in:
parent
b1af4ec9fd
commit
665e052596
1 changed files with 1 additions and 1 deletions
|
@ -352,7 +352,7 @@ export default React.createClass({
|
|||
defaultDeviceDisplayName: this.props.defaultDeviceDisplayName,
|
||||
});
|
||||
}).catch((e) => {
|
||||
console.error(`Error attempting to load session: ${e}`);
|
||||
console.error('Error attempting to load session', e);
|
||||
return false;
|
||||
}).then((loadedSession) => {
|
||||
if (!loadedSession) {
|
||||
|
|
Loading…
Reference in a new issue