Fix load wallets after creating PIN
This commit is contained in:
parent
4781ce5927
commit
52b424fc4c
1 changed files with 1 additions and 0 deletions
|
|
@ -75,6 +75,7 @@ angular.module('copayApp.services')
|
|||
_firstpin = null;
|
||||
scope.askForPin = null;
|
||||
scope.createPin(pin);
|
||||
return;
|
||||
}
|
||||
else {
|
||||
_firstpin = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue