Oops! Passwords go in password fields.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4475 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
Cory McWilliams 2023-09-23 21:29:01 +00:00
parent 54898d3dbb
commit 450cf6424e

View File

@ -106,7 +106,7 @@
<input type="password" id="password" name="password"></input>
<label ?hidden=${this.tab != 'change'} for="new_password">New Password:</label>
<input ?hidden=${this.tab != 'change'} type="new_password" id="new_password" name="new_password"></input>
<input ?hidden=${this.tab != 'change'} type="password" id="new_password" name="new_password"></input>
<label ?hidden=${this.tab != 'register' && this.tab != 'change'} for="confirm">Confirm ${this.tab == 'change' ? 'New ' : ''}Password:</label>
<input ?hidden=${this.tab != 'register' && this.tab != 'change'} type="password" id="confirm" name="confirm"></input>