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);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue