This commit is contained in:
Peter Maquiran
2022-12-19 15:48:40 +01:00
parent c96ad9de0a
commit 288041e144
10 changed files with 30 additions and 12 deletions
@@ -205,6 +205,8 @@ export class InactivityPage implements OnInit {
enterWithPasswordButton() {
this.enterWithPassword = true
SessionStore.forceToLoginWithForceToLogInWithPassword = true
this.router.navigate(['/']);
}