Reset password UI update
This commit is contained in:
parent
2c225727f0
commit
95efeaab43
@ -1,11 +1,13 @@
|
|||||||
<h1>Forgot your password?</h1>
|
<h1>Forgot your password?</h1>
|
||||||
|
|
||||||
<.form let={f} for={:user} action={Routes.user_reset_password_path(@conn, :create)}>
|
<.form let={f} for={:user} action={Routes.user_reset_password_path(@conn, :create)}>
|
||||||
|
<div class="form-group mt-2">
|
||||||
<%= label f, :email %>
|
<%= label f, :email %>
|
||||||
<%= email_input f, :email, required: true %>
|
<%= email_input f, :email, required: true, class: "form-control" %>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div>
|
<div class="form-group mt-2">
|
||||||
<%= submit "Send instructions to reset password" %>
|
<%= submit "Send instructions to reset password", class: "btn btn-primary" %>
|
||||||
</div>
|
</div>
|
||||||
</.form>
|
</.form>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user