latest updates @APR 20, 2022
This commit is contained in:
parent
90b15f5e00
commit
a0bdbc7c55
1657 changed files with 301942 additions and 0 deletions
20
src/app/add/otp-screen/otp-screen.component.html
Normal file
20
src/app/add/otp-screen/otp-screen.component.html
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
|
||||
<button style="float: right;border-radius: 32px;" class='btn btn-danger' (click)="dialogRef.close()"> <i class="fas fa-times-circle"></i></button>
|
||||
<div id="toast">
|
||||
<div id="desc">{{ data_descip }}</div>
|
||||
</div>
|
||||
<div class="col-sm-12 mt-5 bgWhite">
|
||||
<div class="title">
|
||||
Verify OTP
|
||||
</div>
|
||||
|
||||
<div class="mt-5">
|
||||
<input class="form-control" [(ngModel)]="otp" type="number">
|
||||
</div>
|
||||
<div *ngIf="show" class="alert alert-warning" role="alert">
|
||||
{{ data_descip }}
|
||||
</div>
|
||||
<hr class="mt-4">
|
||||
<button class='btn btn-primary btn-block mt-4 mb-4 customBtn' (click)="verify()">Verify</button>
|
||||
</div>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue