Fix load wallets after creating PIN

This commit is contained in:
Gustavo Maximiliano Cortez 2015-02-03 13:00:17 -03:00
parent 4781ce5927
commit 52b424fc4c
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ angular.module('copayApp.services')
_firstpin = null;
scope.askForPin = null;
scope.createPin(pin);
return;
}
else {
_firstpin = null;