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

3 lines
111 B
Text
Raw Normal View History

Welcome back <%= @current_user.email %>.
<%= link("Home", to: Routes.live_path(@conn, DevWeb.HomePageLive)) %>