Fix logout lock screen

This commit is contained in:
Peter Maquiran
2021-07-16 23:01:46 +01:00
parent 81db9eda26
commit fe0485fb0d
+3 -1
View File
@@ -208,7 +208,9 @@ export class LoginPage implements OnInit {
localStorage.setItem('PIN', encrypted)
this.router.navigate(['/home/events']);
// this.router.navigate(['/home/events']);
window.location.pathname = '/home/events'
}