ash_authentication_phoenix/dev/dev_web/templates/auth/failure.html.heex
James Harton e25a8bf397
feat: UI refresh. (#3)
* Redesign the overrides system to be easier to reason about.
* Redesign the password UI to be fancier.
2022-10-28 20:13:48 +13:00

9 lines
155 B
Text

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