added wallet id to disclaimer route params
This commit is contained in:
parent
19a3e9afdc
commit
845bf1063f
4 changed files with 4 additions and 4 deletions
|
|
@ -36,7 +36,7 @@ angular.module('copayApp.controllers').controller('disclaimerController', functi
|
|||
};
|
||||
|
||||
$scope.goBack = function(){
|
||||
$state.go('onboarding.backupRequest');
|
||||
$state.go('onboarding.backupRequest', {walletId: $stateParams.walletId});
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue