ash_authentication_phoenix/dev/dev_web/templates/auth/sign_out.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

3 lines
78 B
Text

<h2>Signed out</h2>
<%= link("Home", to: Routes.page_path(@conn, :index)) %>