This commit is contained in:
Peter Maquiran
2021-05-31 14:21:19 +01:00
parent c33bf69414
commit 087e2a062f
3 changed files with 34 additions and 11 deletions
+3 -1
View File
@@ -26,7 +26,9 @@
</div>
</div>
<ion-title class="title">Digite o PIN novo</ion-title>
<ion-title *ngIf="!setPint" class="title">Digite o PIN</ion-title>
<ion-title *ngIf="setPint" class="title">Digite o novo PIN</ion-title>
<div class="d-flex pt-25 align-center justify-center">
<div class="dot" [class.dot-active]="code.length >= 1"></div>
<div class="dot" [class.dot-active]="code.length >= 2"></div>