This commit is contained in:
tiago.kayaya
2021-05-28 15:06:06 +01:00
3 changed files with 4 additions and 4 deletions
+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,