2022-04-06 14:13:54 -04:00
|
|
|
<h1>Confirm account</h1>
|
|
|
|
|
|
|
|
<.form let={_f} for={:user} action={Routes.user_confirmation_path(@conn, :update, @token)}>
|
2022-04-14 02:18:01 -04:00
|
|
|
<div class="form-group">
|
|
|
|
<%= submit "Confirm my account", class: "btn btn-primary" %>
|
2022-04-06 14:13:54 -04:00
|
|
|
</div>
|
|
|
|
</.form>
|
2022-04-14 02:18:01 -04:00
|
|
|
<hr>
|
2022-04-06 14:13:54 -04:00
|
|
|
<p>
|
|
|
|
<%= link "Register", to: Routes.user_registration_path(@conn, :new) %> |
|
|
|
|
<%= link "Log in", to: Routes.user_session_path(@conn, :new) %>
|
|
|
|
</p>
|