attempts limit - remaining time
This commit is contained in:
parent
5c2b067c87
commit
c29af5f658
4 changed files with 101 additions and 12 deletions
|
|
@ -5,9 +5,12 @@
|
|||
</ion-nav-bar>
|
||||
<div class="content">
|
||||
<div class="block-text row">
|
||||
<span translate ng-if="!confirmPin && !error">Please enter your mobile unlock code</span>
|
||||
<span translate ng-if="confirmPin && !error">Confirm your mobile unlock code</span>
|
||||
<span translate ng-if="error" class="error">Incorrect code, try again.</span>
|
||||
<div class="message" ng-if="!confirmPin && !error" translate>Please enter your unlock PIN</div>
|
||||
<div class="message" ng-if="confirmPin && !error" translate>Confirm your unlock PIN</div>
|
||||
<div class="message error" ng-if="error">
|
||||
<div ng-if="!expires" translate>Incorrect PIN, try again.</div>
|
||||
<time ng-if="expires" translate>You have incorrectly typed your PIN. Try again in {{expires}}</time>
|
||||
</div>
|
||||
</div>
|
||||
<div class="app-icon">
|
||||
<i class="icon big-icon-svg">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue