Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js/app
diff options
context:
space:
mode:
authorfnuesse <felix.nuesse@t-online.de>2019-05-19 16:27:34 +0300
committerfnuesse <felix.nuesse@t-online.de>2019-05-19 16:27:34 +0300
commit64eca8afa4a14011a1ecb596edb1014d95196188 (patch)
treece5928fbf1575b07f13a09c934df19da08d918c1 /js/app
parent6e0d5342aeeb995e48331e393f24eb5177687bbf (diff)
fix logout not working properly
Signed-off-by: fnuesse <felix.nuesse@t-online.de>
Diffstat (limited to 'js/app')
-rw-r--r--js/app/controllers/credential.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/app/controllers/credential.js b/js/app/controllers/credential.js
index 0dc3f4b1..8b1b015c 100644
--- a/js/app/controllers/credential.js
+++ b/js/app/controllers/credential.js
@@ -541,6 +541,7 @@
$scope.active_vault = null;
$scope.credentials = [];
// $scope.$parent.selectedVault = false;
+ window.location.reload();
});