mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
save
This commit is contained in:
@@ -212,12 +212,11 @@ export class ProfilePage implements OnInit {
|
||||
}
|
||||
|
||||
logout() {
|
||||
|
||||
SessionStore.setInativity(false)
|
||||
this.router.navigateByUrl('/inactivity');
|
||||
|
||||
window['inactivity/function']()
|
||||
|
||||
setTimeout(() => {
|
||||
this.router.navigateByUrl('/', { replaceUrl: true });
|
||||
this.router.navigate(['/inactivity']);
|
||||
}, 100)
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user