display fingerprint in export wallet
This commit is contained in:
parent
0f343a8974
commit
9ccaf024f7
2 changed files with 27 additions and 11 deletions
|
|
@ -4,12 +4,13 @@
|
|||
ng-init="titleSection='Export Wallet'; goBackToState = 'preferencesAdvanced'">
|
||||
</div>
|
||||
|
||||
<div class="content preferences" ng-controller="exportController">
|
||||
<div class="content preferences" ng-controller="exportController" ng-init="init()">
|
||||
<h4></h4>
|
||||
<div ng-show="!backupWalletPlainText">
|
||||
<div class="text-warning size-14 m20b" ng-show="error">
|
||||
<i class="fi-alert size-12"></i>
|
||||
<span translate> Failed to export </span>
|
||||
<span ng-show="!touchIdError" translate>Failed to export</span>
|
||||
<span ng-show="touchIdError">{{touchIdError}}</span>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue