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/edit_credential.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/js/app/controllers/edit_credential.js b/js/app/controllers/edit_credential.js
index a4d59214..20c5df91 100644
--- a/js/app/controllers/edit_credential.js
+++ b/js/app/controllers/edit_credential.js
@@ -293,6 +293,11 @@
$scope.saving = false;
+ $scope.compromise = function () {
+ console.log("This password was compromised");
+ $scope.storedCredential.compromised=true;
+ };
+
$scope.saveCredential = function () {
$scope.saving = true;