This commit is contained in:
Peter Maquiran
2022-12-19 18:38:53 +01:00
parent 75884cde98
commit af383f4fd7
5 changed files with 91 additions and 6 deletions
+1
View File
@@ -223,6 +223,7 @@ export class AuthService {
SessionStore.setInativity(false)
SessionStore.setUrlBeforeInactivity(this.router.url);
setTimeout(() => {
// alert('logout')
this.router.navigateByUrl('/', { replaceUrl: true });
}, 100)