Fix PIN create. Fix spinner when creating profile
This commit is contained in:
parent
7a4e3565a8
commit
5bc7fcd8d0
3 changed files with 27 additions and 32 deletions
|
|
@ -323,7 +323,9 @@ angular.module('copayApp.services')
|
|||
if ($rootScope.iden) {
|
||||
$rootScope.signingOut = true;
|
||||
$rootScope.iden.close(function() { // Will trigger 'closed'
|
||||
$rootScope.signingOut = false;
|
||||
$timeout(function() {
|
||||
$rootScope.signingOut = null;
|
||||
}, 100);
|
||||
}); // Will trigger 'closed'
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue