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