mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
Fix logout lock screen
This commit is contained in:
@@ -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'
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user