This commit is contained in:
tiago.kayaya
2021-05-28 16:38:38 +01:00
3 changed files with 31 additions and 17 deletions
+1 -1
View File
@@ -142,7 +142,7 @@ export class LoginPage implements OnInit {
const encrypted = crypto.SHA1(code)
if( encrypted == localStorage.getItem('PIN')) {
this.successMessage()
//this.successMessage()
this.router.navigate(['/home/events']);
} else {
this.badRequest()