Changed reset to Update
This commit is contained in:
parent
560e96cf18
commit
2639421be8
|
@ -7,6 +7,6 @@
|
|||
|
||||
{{ form_start(resetForm) }}
|
||||
{{ form_row(resetForm.plainPassword) }}
|
||||
<button class="btn btn-primary">Reset password</button>
|
||||
<button class="btn btn-primary">Update password</button>
|
||||
{{ form_end(resetForm) }}
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in New Issue