mirror of
https://github.com/vector-im/element-web.git
synced 2025-10-17 18:32:20 +02:00
Merge pull request #1139 from matrix-org/rav/fix_incorrect_log
Fix an incorrect console error
This commit is contained in:
commit
c101459e63
@ -330,7 +330,7 @@ module.exports = React.createClass({
|
||||
defaultDeviceDisplayName: this.props.defaultDeviceDisplayName,
|
||||
});
|
||||
}).catch((e) => {
|
||||
console.error(`Error attempting to load session from token params: ${e}`);
|
||||
console.error(`Error attempting to load session: ${e}`);
|
||||
return false;
|
||||
}).then((loadedSession) => {
|
||||
if (!loadedSession) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user