Current section
Files
Jump to
Current section
Files
lib/sentinel/web/templates/email/new_email_address.text.eex
Hello <%= @user.email %>!
We're contacting you to notify you that an email address change was requested.
<%= if Config.confirmable != false do %>
Use this URL to confirm email address change: <%= Config.router_helper.user_url(Config.endpoint, :confirm, id: @user.id, confirmation_token: @confirmation_token) %>
<% end %>