adding modal to fingerprint check
This commit is contained in:
parent
709b0369f1
commit
d67391dedf
2 changed files with 45 additions and 5 deletions
12
www/views/modals/fingerprintCheck.html
Normal file
12
www/views/modals/fingerprintCheck.html
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<ion-modal-view id="pin">
|
||||
<div class="content">
|
||||
<div class="block-text row">
|
||||
<div class="message" translate>Please enter your FINGERPRINT</div>
|
||||
</div>
|
||||
<div class="app-icon">
|
||||
<i class="icon big-icon-svg">
|
||||
<div class="bg"></div>
|
||||
</i>
|
||||
</div>
|
||||
</div>
|
||||
</ion-modal-view>
|
||||
Loading…
Add table
Add a link
Reference in a new issue