This commit is contained in:
Javier 2016-06-29 17:04:40 -03:00
commit 84b92044a2
7 changed files with 62 additions and 58 deletions

View file

@ -23,6 +23,7 @@ angular.module('copayApp.controllers').controller('backupController',
handleEncryptedWallet(fc, function(err) {
if (err) {
$log.warn('Error decrypting credentials:', $scope.error);
go.path(prevState);
return;
}