Merge pull request #3672 from cmgustavo/bug/ux-no-wallet-02
Bug/ux no wallets created
This commit is contained in:
commit
d10aa8a8a2
3 changed files with 16 additions and 26 deletions
|
|
@ -1363,6 +1363,7 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
|||
self.noFocusedWallet = true;
|
||||
self.isComplete = null;
|
||||
self.walletName = null;
|
||||
self.setUxLanguage();
|
||||
profileService.isDisclaimerAccepted(function(v) {
|
||||
if (v) {
|
||||
go.path('import');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue