mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
Login preference
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<ion-content class="text-white">
|
||||
<div class="wrapper" *ngIf="pin ==false">
|
||||
<div class="wrapper" *ngIf="userLoginPreference != 'pin' && userLoginPreference != 'fingerprint' && !setPint">
|
||||
<div class="div-logo">
|
||||
<img src='assets/images/logo-no-bg.png' alt='logo'>
|
||||
</div>
|
||||
@@ -17,7 +17,7 @@
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<div class="main-content height-100" *ngIf="pin">
|
||||
<div class="main-content height-100" *ngIf="userLoginPreference == 'pin' || setPint">
|
||||
<div class=" align-center justify-center">
|
||||
<div class="div-top-header">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user