Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Commit

Permalink
fix(client): Auto-focus the password field on the /delete_account page.
Browse files Browse the repository at this point in the history
fixes #1672
  • Loading branch information
Shane Tomlinson committed Sep 19, 2014
1 parent 42dab7b commit 31fc11d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/templates/delete_account.mustache
Expand Up @@ -11,7 +11,7 @@
<p class="prefill">{{ email }}</p>

<div class="input-row password-row">
<input type="password" class="password tooltip-below" id="password" placeholder="{{#t}}Password{{/t}}" pattern=".{8,}" required autocomplete="off" />
<input type="password" class="password tooltip-below" id="password" placeholder="{{#t}}Password{{/t}}" pattern=".{8,}" required autofocus autocomplete="off" />

<input id="show-password" type="checkbox" class="show-password" aria-controls="password" tabindex="-1" data-novalue />
<label for="show-password" class="show-password-label">
Expand Down

0 comments on commit 31fc11d

Please sign in to comment.