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

11 lines
156 B
Text
Raw Normal View History

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