Improve PIN AUTH

This commit is contained in:
Peter Maquiran
2021-05-28 14:57:56 +01:00
parent 6d489646b9
commit 09eba39005
+1 -1
View File
@@ -34,7 +34,7 @@ export class LoginPage implements OnInit {
userattempt: UserForm;
code = []
pin = true
pin = localStorage.getItem('PIN') != null
constructor(
private http: HttpClient,