mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 21:35:50 +00:00
Improve PIN AUTH
This commit is contained in:
@@ -34,7 +34,7 @@ export class LoginPage implements OnInit {
|
||||
userattempt: UserForm;
|
||||
code = []
|
||||
|
||||
pin = true
|
||||
pin = localStorage.getItem('PIN') != null
|
||||
|
||||
constructor(
|
||||
private http: HttpClient,
|
||||
|
||||
Reference in New Issue
Block a user