Do not show backupFlag if email not confirmed
This commit is contained in:
parent
ee89917bcb
commit
1542e0986b
3 changed files with 6 additions and 15 deletions
|
|
@ -73,7 +73,6 @@ angular.module('copayApp.controllers').controller('ImportController',
|
|||
$scope.importOpts.skipFields = skipFields;
|
||||
|
||||
|
||||
<< << << < HEAD
|
||||
if (backupFile) {
|
||||
reader.readAsBinaryString(backupFile);
|
||||
} else {
|
||||
|
|
@ -87,12 +86,4 @@ angular.module('copayApp.controllers').controller('ImportController',
|
|||
});
|
||||
}
|
||||
};
|
||||
}); === === =
|
||||
if (backupFile) {
|
||||
reader.readAsBinaryString(backupFile);
|
||||
} else {
|
||||
$scope._doImport(backupText, $scope.password);
|
||||
copay.Compatibility.deleteOldWallet(backupOldWallet);
|
||||
}
|
||||
};
|
||||
}); >>> >>> > Added needBackup flag when importing a wallet
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue