diff options
author | Bjoern Schiessle <bjoern@schiessle.org> | 2016-11-24 12:35:28 +0100 |
---|---|---|
committer | Bjoern Schiessle <bjoern@schiessle.org> | 2016-11-24 12:35:28 +0100 |
commit | adb581431fa33f970bbf5f3d2ac014fb30d17a7c (patch) | |
tree | 9966b65390ccb54ca097de74eeb1f46807708cae /core | |
parent | f4cf125a4a9e43478dc4def3308cdd2f72c91321 (diff) | |
download | nextcloud-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.js | 1 |
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')); } }); |