mirror of
https://github.com/nextcloud/passman.git
synced 2025-02-26 00:14:44 +08:00
removed cached vault from vaultservice
Signed-off-by: fnuesse <felix.nuesse@t-online.de>
This commit is contained in:
parent
6540b65acb
commit
67182b75b5
2 changed files with 6 additions and 2 deletions
|
@ -540,8 +540,9 @@
|
|||
}
|
||||
$scope.active_vault = null;
|
||||
$scope.credentials = [];
|
||||
// $scope.$parent.selectedVault = false;
|
||||
window.location.reload();
|
||||
//$scope.$parent.selectedVault = false;
|
||||
//window.location.reload();
|
||||
VaultService.clearVaultService();
|
||||
|
||||
});
|
||||
|
||||
|
|
|
@ -131,6 +131,9 @@
|
|||
return response;
|
||||
}
|
||||
});
|
||||
},
|
||||
clearVaultService: function () {
|
||||
_activeVault=null;
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue