summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorBjoern Schiessle <bjoern@schiessle.org>2016-11-24 12:35:28 +0100
committerBjoern Schiessle <bjoern@schiessle.org>2016-11-24 12:35:28 +0100
commitadb581431fa33f970bbf5f3d2ac014fb30d17a7c (patch)
tree9966b65390ccb54ca097de74eeb1f46807708cae /core
parentf4cf125a4a9e43478dc4def3308cdd2f72c91321 (diff)
downloadnextcloud-server-adb581431fa33f970bbf5f3d2ac014fb30d17a7c.tar.gz
nextcloud-server-adb581431fa33f970bbf5f3d2ac014fb30d17a7c.zip
set focus on input field
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Diffstat (limited to 'core')
-rw-r--r--core/js/js.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/js/js.js b/core/js/js.js
index 41041a42885..714529fe5d1 100644
--- a/core/js/js.js
+++ b/core/js/js.js
@@ -1579,6 +1579,7 @@ OC.PasswordConfirmation = {
}
},
error: function() {
+ OC.PasswordConfirmation.requirePasswordConfirmation(self.callback);
OC.Notification.showTemporary(t('core', 'Failed to authenticate, try again'));
}
});