Skip to content
Snippets Groups Projects
Commit 43f94362 authored by Shane Tomlinson's avatar Shane Tomlinson
Browse files

Focus the password field on the confirmation page if the user has to enter their password.

parent bb6d42f9
No related branches found
No related tags found
No related merge requests found
......@@ -119,6 +119,7 @@ BrowserID.verifySecondaryAddress = (function() {
// These are users who are authenticating in a different browser or
// session than the initiator.
dom.addClass("body", "enter_password");
dom.focus("input[autofocus]");
complete(oncomplete, true);
}
else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment