summaryrefslogtreecommitdiff
path: root/app/views/devise/mailer/_confirmation_instructions_secondary.text.erb
blob: 0193a0536cd72894359a7b7c177c7fb9514a5cac (plain)
1
2
3
4
5
6
7
<%= @resource.user.name %>, you've added an additional email!

Use the link below to confirm your email address (<%= @resource.email %>)

<%= confirmation_url(@resource, confirmation_token: @token) %>

If this email was added in error, you can remove it here: <%= settings_emails_url %>