Current section

Files

Jump to
ash_authentication lib ash_authentication add_ons confirmation confirmation_form.html.eex
Raw

lib/ash_authentication/add_ons/confirmation/confirmation_form.html.eex

<!DOCTYPE html>
<html lang="en">
<head>
<title>Confirm your account</title>
<meta charset="utf-8">
</head>
<body>
<h1>Confirm your account</h1>
<form method="post" action="<%= @conn.request_path %>">
<input type="hidden" name="confirm" value="<%= @token %>" />
<input type="submit" value="Confirm" />
</form>
</body>
</html>