Allow debugging of unhandled login errors
This commit is contained in:
@@ -352,7 +352,7 @@ export default React.createClass({
|
|||||||
defaultDeviceDisplayName: this.props.defaultDeviceDisplayName,
|
defaultDeviceDisplayName: this.props.defaultDeviceDisplayName,
|
||||||
});
|
});
|
||||||
}).catch((e) => {
|
}).catch((e) => {
|
||||||
console.error(`Error attempting to load session: ${e}`);
|
console.error('Error attempting to load session', e);
|
||||||
return false;
|
return false;
|
||||||
}).then((loadedSession) => {
|
}).then((loadedSession) => {
|
||||||
if (!loadedSession) {
|
if (!loadedSession) {
|
||||||
|
|||||||
Reference in New Issue
Block a user