Fix password resetting

This commit is contained in:
Jannis Portmann 2022-01-26 12:47:48 +01:00
parent 48bf4f26c4
commit 92c07b02cb
2 changed files with 7 additions and 7 deletions

View file

@ -6,7 +6,6 @@
<h1>Reset your password</h1>
{{ form_start(resetForm) }}
{{ form_row(resetForm.plainPassword) }}
<button class="btn btn-primary">Reset password</button>
{{form_widget(resetForm)}}
{{ form_end(resetForm) }}
{% endblock %}