Current section
Files
Jump to
Current section
Files
priv/templates/email/confirmable/confirmation_instructions.text.eex
Welcome <%%= @user.email %>,
You can confirm your account email by copying/pasting the link below in your browser:
<%%= <%= inspect web_module %>.Router.Helpers.confirmation_url(<%= inspect web_module %>.Endpoint, :show, confirmation_token: @user.confirmation_token) %>