Welcome, <%= @resource.name %>!

<% if @resource.inviter.present? %>

<%= @resource.inviter.name %>, with <%= @resource.inviter.account.name %>, has invited you to try out Chatwoot!

<% end %>

You can confirm your account email through the link below:

<%= link_to 'Confirm my account', frontend_url('auth/confirmation', confirmation_token: @token) %>