store profile (only) on close)
This commit is contained in:
parent
799ef2b7e5
commit
02cd687f53
1 changed files with 5 additions and 1 deletions
|
|
@ -316,7 +316,11 @@ angular.module('copayApp.services')
|
||||||
|
|
||||||
root.signout = function() {
|
root.signout = function() {
|
||||||
if ($rootScope.iden) {
|
if ($rootScope.iden) {
|
||||||
$rootScope.iden.close();
|
$rootScope.iden.store({
|
||||||
|
noWallets: true
|
||||||
|
}, function() {
|
||||||
|
$rootScope.iden.close();
|
||||||
|
});
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue