mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 05:16:07 +00:00
Fix
This commit is contained in:
@@ -212,13 +212,8 @@ export class LoginPage implements OnInit {
|
||||
|
||||
this.localstoreService.set('PIN', encrypted)
|
||||
|
||||
//
|
||||
if(window['cy']) {
|
||||
this.router.navigate(['/home/events']);
|
||||
} else {
|
||||
window.location.pathname = '/home/events'
|
||||
}
|
||||
|
||||
this.router.navigate(['/home/events']);
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user