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

Merge branch 'focus_only_email' into dev

parents a65a4550 47e4cb4b
No related branches found
No related tags found
No related merge requests found
......@@ -184,6 +184,13 @@
$("body").css("opacity", "1");
if($("#selectEmail input[type=radio]:visible").length === 0) {
// If there is only one email address, the radio button is never shown,
// instead focus the sign in button so that the user can click enter.
// issue #412
$("#signInButton").focus();
}
pickEmailState.call(this);
},
......
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