blonk is a radar for your web, where you follow vibes for cool blips on the radar
1<div class="mx-auto max-w-sm">
2 <.header class="text-center">Confirm account</.header>
3
4 <.simple_form for={@conn.params["user"]} as={:user} action={~p"/users/confirm/#{@token}"}>
5 <:actions>
6 <.button class="w-full">Confirm my account</.button>
7 </:actions>
8 </.simple_form>
9
10 <p class="text-center mt-4">
11 <.link href={~p"/users/register"}>Register</.link>
12 | <.link href={~p"/users/log_in"}>Log in</.link>
13 </p>
14</div>