Merge pull request #1969 from matiu/bug/focus
store profile (only) on close)
This commit is contained in:
commit
1dd90797e6
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