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

4 lines
91 B
Text
Raw Normal View History

2022-10-25 11:23:05 +13:00
<h2>Signed out</h2>
<%= link("Home", to: Routes.live_path(@conn, DevWeb.HomePageLive)) %>