Adds collect email view to the onboarding process
This commit is contained in:
parent
62ab65cd88
commit
1959f8fa8b
5 changed files with 49 additions and 27 deletions
|
|
@ -62,9 +62,16 @@ angular.module('copayApp.controllers').controller('tourController',
|
|||
ongoingProcess.set('creatingWallet', false);
|
||||
var wallet = walletClient;
|
||||
var walletId = wallet.credentials.walletId;
|
||||
|
||||
$state.go('onboarding.collectEmail', {
|
||||
walletId: walletId
|
||||
});
|
||||
|
||||
/*
|
||||
$state.go('onboarding.backupRequest', {
|
||||
walletId: walletId
|
||||
});
|
||||
*/
|
||||
});
|
||||
}, 300);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue