ash_authentication_phoenix/dev/dev_web/templates/auth/failure.html.heex

10 lines
156 B
Text

<h2>Sorry, no diggity</h2>
<p>
Reason:
<pre>
<%= inspect @failure_reason %>
</pre>
</p>
<%= link "Home", to: Routes.page_path(@conn, :index) %>