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

9 lines
168 B
Text

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