Redirect to login screen

This commit is contained in:
RMidhunSuresh 2022-08-26 14:46:15 +05:30
parent 1f139f17e9
commit b440bdcff0

View File

@ -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);
}
}