Files
chatwoot/app/views/devise/mailer/confirmation_instructions.html.erb
T

6 lines
204 B
ERB

<p>Welcome <%= @email %>!</p>
<p>You can confirm your account email through the link below:</p>
<p><%= link_to 'Confirm my account', frontend_url('auth/confirmation', confirmation_token: @token) %></p>