add checksum on close
This commit is contained in:
parent
a8923d2a69
commit
5255d4ba31
2 changed files with 22 additions and 9 deletions
|
|
@ -322,12 +322,8 @@ angular.module('copayApp.services')
|
|||
root.signout = function() {
|
||||
$rootScope.signingOut = true;
|
||||
if ($rootScope.iden) {
|
||||
$rootScope.iden.store({
|
||||
noWallets: true
|
||||
}, function() {
|
||||
$rootScope.signingOut = false;
|
||||
$rootScope.iden.close(); // Will trigger 'closed'
|
||||
});
|
||||
$rootScope.signingOut = false;
|
||||
$rootScope.iden.close(); // Will trigger 'closed'
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue