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

Remove the extra tabindex that caused the tab ordering to be incorrect.

issue #1777
parent a976e5a3
No related branches found
No related tags found
Loading
......@@ -48,7 +48,7 @@
</ul>
<div class="submit cf">
<button tabindex="1" id="<%= password_reset ? "password_reset" : "verify_user" %>">
<button id="<%= password_reset ? "password_reset" : "verify_user" %>">
<%= password_reset ? gettext('reset password') : gettext('verify email') %>
</button>
<% if(cancelable) { %>
......
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