set focus on input field

Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
This commit is contained in:
Bjoern Schiessle 2016-11-24 12:35:28 +01:00
parent f4cf125a4a
commit adb581431f
No known key found for this signature in database
GPG key ID: 2378A753E2BF04F6

View file

@ -1579,6 +1579,7 @@ OC.PasswordConfirmation = {
}
},
error: function() {
OC.PasswordConfirmation.requirePasswordConfirmation(self.callback);
OC.Notification.showTemporary(t('core', 'Failed to authenticate, try again'));
}
});