fix flag wallet seed not available
This commit is contained in:
parent
d7b3f8e4ba
commit
945233363a
1 changed files with 4 additions and 0 deletions
|
|
@ -5,6 +5,10 @@ angular.module('copayApp.controllers').controller('backupController',
|
||||||
|
|
||||||
var self = this;
|
var self = this;
|
||||||
var fc = profileService.focusedClient;
|
var fc = profileService.focusedClient;
|
||||||
|
self.deleted = false;
|
||||||
|
|
||||||
|
if (fc.credentials && !fc.credentials.mnemonicEncrypted && !fc.credentials.mnemonic)
|
||||||
|
self.deleted = true;
|
||||||
|
|
||||||
if (fc.isPrivKeyEncrypted()) {
|
if (fc.isPrivKeyEncrypted()) {
|
||||||
self.credentialsEncrypted = true;
|
self.credentialsEncrypted = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue