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

10 lines
168 B
Text
Raw Normal View History

2022-10-25 11:23:05 +13:00
<h2>Sorry, no diggity</h2>
<p>
Reason: <pre>
2022-10-25 11:23:05 +13:00
<%= inspect @failure_reason %>
</pre>
</p>
<%= link("Home", to: Routes.live_path(@conn, DevWeb.HomePageLive)) %>