summaryrefslogtreecommitdiff
path: root/app/views/devise/mailer/confirmation_instructions.text.erb
blob: 9f76edb76a4ed8a5fe25c199e26ea9e2590d3cd2 (plain)
1
2
3
4
5
6
7
8
9
Welcome, <%= @resource.name %>!

<% if @resource.unconfirmed_email.present? %>
You can confirm your email (<%= @resource.unconfirmed_email %>) through the link below:
<% else %>
You can confirm your account through the link below:
<% end %>

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