Merge pull request #3233 from matiu/bug/mnemonics-encrypted
fix mnemonics with priv key is encrypted
This commit is contained in:
commit
ba12a0e5de
3 changed files with 48 additions and 10 deletions
|
|
@ -5,9 +5,17 @@
|
|||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="content p20v" ng-controller="wordsController as wordsC">
|
||||
|
||||
|
||||
<div class="box-notification" ng-show="wordsC.error">
|
||||
<span class="text-warning">
|
||||
{{wordsC.error|translate}}
|
||||
</span>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div ng-show="wordsC.mnemonicWords">
|
||||
<div class="row" ng-show="index.n==1">
|
||||
<div class="m10t columns size-14 text-gray">
|
||||
|
|
@ -46,7 +54,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row m20t" ng-show="!wordsC.mnemonicWords">
|
||||
<div class="row m20t" ng-show="!wordsC.mnemonicWords && !wordsC.credentialsEncrypted">
|
||||
<div class="columns size-14 text-gray text-center" translate>
|
||||
Wallet seed not available. You can still export it from Advanced > Export.
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue