mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-22 19:14:52 +01:00
Redirect to login screen
This commit is contained in:
parent
1f139f17e9
commit
b440bdcff0
@ -59,7 +59,7 @@ export class ForcedLogoutViewModel extends ViewModel<SegmentType, Options> {
|
||||
await this._logoutPromise;
|
||||
// At this point, the logout is completed for sure.
|
||||
if (!this._error) {
|
||||
this.navigation.push("session", true);
|
||||
this.navigation.push("login", true);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user