1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00
mastodon/app/views/user_mailer/reset_password_instructions.text.erb

10 lines
260 B
Text
Raw Normal View History

<%= t 'devise.mailer.reset_password_instructions.title' %>
===
<%= t 'devise.mailer.reset_password_instructions.explanation' %>
=> <%= edit_password_url(@resource, reset_password_token: @token) %>
<%= t 'devise.mailer.reset_password_instructions.extra' %>