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

4 lines
98 B
Text
Raw Normal View History

2022-10-25 11:23:05 +13:00
Welcome back <%= @current_user.email %>.
<%= link "Home", to: Routes.page_path(@conn, :index) %>