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:
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();
});