mirror of
https://github.com/vector-im/element-web.git
synced 2025-10-09 22:41:26 +02:00
move in case it is racey ---- somehow?
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
04aed416d2
commit
b712a15a14
@ -993,7 +993,6 @@ module.exports = React.createClass({
|
||||
* Called when the session is logged out
|
||||
*/
|
||||
_onLoggedOut: function() {
|
||||
this._setPageSubtitle();
|
||||
this.notifyNewScreen('login');
|
||||
this.setStateForNewView({
|
||||
view: VIEWS.LOGIN,
|
||||
@ -1004,6 +1003,7 @@ module.exports = React.createClass({
|
||||
page_type: PageTypes.RoomDirectory,
|
||||
});
|
||||
this._teamToken = null;
|
||||
this._setPageSubtitle();
|
||||
},
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user