You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
Use the safer way to set the logged in view state
This commit is contained in:
@@ -1186,10 +1186,7 @@ export default React.createClass({
|
|||||||
* @param {string} teamToken
|
* @param {string} teamToken
|
||||||
*/
|
*/
|
||||||
_onLoggedIn: async function(teamToken) {
|
_onLoggedIn: async function(teamToken) {
|
||||||
this.setState({
|
this.setStateForNewView({view: VIEWS.LOGGED_IN});
|
||||||
view: VIEWS.LOGGED_IN,
|
|
||||||
});
|
|
||||||
|
|
||||||
if (teamToken) {
|
if (teamToken) {
|
||||||
// A team member has logged in, not a guest
|
// A team member has logged in, not a guest
|
||||||
this._teamToken = teamToken;
|
this._teamToken = teamToken;
|
||||||
|
|||||||
Reference in New Issue
Block a user