From 64eca8afa4a14011a1ecb596edb1014d95196188 Mon Sep 17 00:00:00 2001 From: fnuesse Date: Sun, 19 May 2019 15:27:34 +0200 Subject: fix logout not working properly Signed-off-by: fnuesse --- js/app/controllers/credential.js | 1 + 1 file changed, 1 insertion(+) (limited to 'js/app') 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(); }); -- cgit v1.2.3