profile without wallet, redir to add page
This commit is contained in:
parent
247fb41a90
commit
0874f7dccb
2 changed files with 2 additions and 1 deletions
|
|
@ -298,7 +298,7 @@ angular.module('copayApp.services')
|
|||
iden.on('noWallets', function() {
|
||||
notification.warning('No Wallets', 'Your profile has no wallets. Create one here');
|
||||
$rootScope.starting = false;
|
||||
$location.path('/create');
|
||||
$location.path('/add');
|
||||
$timeout(function() {
|
||||
$rootScope.$digest();
|
||||
}, 1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue