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 %>

<%= link_to 'Confirm my account', confirmation_url(@resource, confirmation_token: @resource.confirmation_token) %>