From adb581431fa33f970bbf5f3d2ac014fb30d17a7c Mon Sep 17 00:00:00 2001 From: Bjoern Schiessle Date: Thu, 24 Nov 2016 12:35:28 +0100 Subject: [PATCH] set focus on input field Signed-off-by: Bjoern Schiessle --- core/js/js.js | 1 + 1 file changed, 1 insertion(+) 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')); } }); -- 2.39.5