This commit is contained in:
Peter Maquiran
2021-08-30 11:07:49 +01:00
parent e1b9880d99
commit 970f63da75
3 changed files with 4 additions and 4 deletions
@@ -83,6 +83,7 @@ export class InactivityPage implements OnInit {
this.goback()
} else {
SessionStore.delete()
window.localStorage.clear();
await this.authService.SetSession(attempt, this.userattempt);
}