We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
devise-bootstrap-views/app/views/erb/mailer/unlock_instructions.html.erb
Line 7 in 986a2b5
This line should be changes as following:
-<p><%= link_to t('.action', default: 'Unlock my account'), unlock_url(@resource, unlock_token: @resource.unlock_token, locale: I18n.locale) %></p> +<p><%= link_to t('.action', default: 'Unlock my account'), unlock_url(@resource, unlock_token: @token, locale: I18n.locale) %></p>
ref1: https://stackoverflow.com/a/22641026 ref2: heartcombo/devise#3559 (comment)
My devise version is 4.4.3.
4.4.3
The text was updated successfully, but these errors were encountered:
Resolved in 3a812ca
Sorry, something went wrong.
dankimio
No branches or pull requests
devise-bootstrap-views/app/views/erb/mailer/unlock_instructions.html.erb
Line 7 in 986a2b5
This line should be changes as following:
ref1: https://stackoverflow.com/a/22641026
ref2: heartcombo/devise#3559 (comment)
My devise version is
4.4.3
.The text was updated successfully, but these errors were encountered: