fix onboarding backup confirm and routes
This commit is contained in:
parent
e286e7ea56
commit
3a933959c1
3 changed files with 13 additions and 9 deletions
|
|
@ -136,7 +136,7 @@ angular.module('copayApp.controllers').controller('backupController',
|
|||
}
|
||||
}
|
||||
|
||||
profileService.setBackupFlag(walletClient.credentials.walletId);
|
||||
profileService.setBackupFlag(wallet.credentials.walletId);
|
||||
return cb();
|
||||
}, 1);
|
||||
};
|
||||
|
|
|
|||
|
|
@ -10,8 +10,7 @@ angular.module('copayApp.controllers').controller('backupWarningController', fun
|
|||
|
||||
$scope.close = function() {
|
||||
backupWarningPopup.close();
|
||||
$state.go('wallet.backup', {
|
||||
walletId: $stateParams.walletId,
|
||||
$state.go('onboarding.backup', {
|
||||
fromOnboarding: true
|
||||
})
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue