mirror of
https://github.com/vector-im/element-web.git
synced 2025-10-12 16:01:18 +02:00
Make sure the screen is set, otherwise ignore screenAfterLogin
This commit is contained in:
parent
06a05c351d
commit
eca82bdb42
@ -724,7 +724,7 @@ module.exports = React.createClass({
|
||||
|
||||
// If screenAfterLogin is set, use that, then null it so that a second login will
|
||||
// result in view_home_page, _user_settings or _room_directory
|
||||
if (this.state.screenAfterLogin) {
|
||||
if (this.state.screenAfterLogin && this.state.screenAfterLogin.screen) {
|
||||
this.showScreen(
|
||||
this.state.screenAfterLogin.screen,
|
||||
this.state.screenAfterLogin.params
|
||||
|
Loading…
x
Reference in New Issue
Block a user