mirror of
https://github.com/docusealco/docuseal.git
synced 2026-06-23 04:10:11 +00:00
5 lines
272 B
Plaintext
5 lines
272 B
Plaintext
<p>Hello <%= @user.first_name %>,</p>
|
|
<p>You have been invited to Docuseal. You can sign up this through the link below.</p>
|
|
<p><%= link_to 'Set my password', invitation_url(reset_password_token: @token) %></p>
|
|
<p>If you didn't request this, please ignore this email.</p>
|