2017-03-29 11:30:16 -03:00
|
|
|
<ion-view id="locked-view">
|
2017-03-10 14:17:23 -03:00
|
|
|
<ion-nav-bar class="bar-royal">
|
2017-03-10 17:04:36 -03:00
|
|
|
<ion-nav-title>{{title}}</ion-nav-title>
|
2017-03-10 14:17:23 -03:00
|
|
|
</ion-nav-bar>
|
|
|
|
|
|
|
|
|
|
<ion-content>
|
2017-04-07 10:46:54 -03:00
|
|
|
<div ng-if="appName == 'copay'" class="img-container-copay">
|
2017-03-10 17:04:36 -03:00
|
|
|
<i class="icon big-icon-svg"><div class="bg"></div></i>
|
2017-03-10 14:17:23 -03:00
|
|
|
</div>
|
2017-04-07 10:46:54 -03:00
|
|
|
<div ng-if="appName == 'bitpay'" class="img-container-bitpay">
|
2017-03-10 17:04:36 -03:00
|
|
|
<i class="icon big-icon-svg"><div class="bg"></div></i>
|
|
|
|
|
</div>
|
2017-04-07 10:46:54 -03:00
|
|
|
<div class="comments">
|
2017-03-10 17:04:36 -03:00
|
|
|
<div class="header" translate>One-touch Sign In</div>
|
|
|
|
|
<div class="text-content" translate>Please place your fingertip on the scanner to verify your identity</div>
|
2017-03-10 14:17:23 -03:00
|
|
|
</div>
|
2017-03-13 09:56:06 -03:00
|
|
|
<button type="submit" style="margin-top: 15%"
|
|
|
|
|
class="button button-standard button-primary" ng-click="requestFingerprint()" translate>Scan again
|
|
|
|
|
</button>
|
2017-03-10 14:17:23 -03:00
|
|
|
</ion-content>
|
|
|
|
|
</ion-view>
|