mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-04 23:37:19 +00:00
changed class from email to password on form
This commit is contained in:
parent
50df82697a
commit
221c2214dd
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ block content
|
|||
input(type="hidden", name="_csrf", value=csrfToken)
|
||||
.clearfix
|
||||
.input
|
||||
input.span4.email.required(type='password', name='password', placeholder='new password')
|
||||
input.span4.password.required(type='password', name='password', placeholder='new password')
|
||||
.input
|
||||
input(type="hidden", name="passwordResetToken", value=passwordResetToken)
|
||||
.actions
|
||||
|
|
Loading…
Reference in a new issue