Skip to content
This repository has been archived by the owner on Dec 1, 2017. It is now read-only.

Commit

Permalink
unique id for new password - fixes #19
Browse files Browse the repository at this point in the history
  • Loading branch information
klrmn committed Sep 12, 2012
1 parent 9a0389f commit 5c51b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/browserid/sign_in.html
Expand Up @@ -36,7 +36,7 @@
</p>
<p>
<form>
My new password: <input type="password" id="password"></input><br>
My new password: <input type="password" id="new_password"></input><br>
<div><button type="submit">Create My Account</button> <button class="cancel">Cancel</button></div>
</form>
</p>
Expand Down

0 comments on commit 5c51b9a

Please sign in to comment.