Use entity update method rather than query. Fixed password reset form action.
This commit is contained in:
parent
acd38c8205
commit
d412e06dad
4 changed files with 7 additions and 8 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{{define "content"}}
|
||||
<form method="post" hx-boost="true" action="{{call .ToURL "forgot_password.post"}}">
|
||||
<form method="post" hx-boost="true" action="{{.Path}}">
|
||||
<div class="field">
|
||||
<label for="password" class="label">Password</label>
|
||||
<div class="control">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue