aboutsummaryrefslogtreecommitdiffstats
path: root/apps/encryption/js/encryption.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/encryption/js/encryption.js')
-rw-r--r--apps/encryption/js/encryption.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/encryption/js/encryption.js b/apps/encryption/js/encryption.js
index ea6a5596f24..a6c1bea89b2 100644
--- a/apps/encryption/js/encryption.js
+++ b/apps/encryption/js/encryption.js
@@ -22,7 +22,7 @@ OC.Encryption = {
$.get(
OC.generateUrl('/apps/encryption/ajax/getStatus'),
function (result) {
- if (result.status === "success") {
+ if (result.status === "interactionNeeded") {
OC.Notification.show(result.data.message);
}
}