about summary refs log tree commit diff
path: root/app/views/auth/mailer/confirmation_instructions.text.erb
blob: bb21cf8e256966a7bf88de39a6362dce93a4bb1c (plain) (blame)
1
2
3
4
5
Welcome <%= @resource.email %>!

You can confirm your Mastodon account email through the link below:

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