diff --git a/src/app/pages/login/login.page.ts b/src/app/pages/login/login.page.ts index 5a51759bd..2c910f7d3 100644 --- a/src/app/pages/login/login.page.ts +++ b/src/app/pages/login/login.page.ts @@ -34,7 +34,7 @@ export class LoginPage implements OnInit { userattempt: UserForm; code = [] - pin = true + pin = localStorage.getItem('PIN') != null constructor( private http: HttpClient,