We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1254483 commit 2ada9f3Copy full SHA for 2ada9f3
app/models/devise_token_auth/concerns/user.rb
@@ -69,6 +69,7 @@ def send_reset_password_instructions(opts = {})
69
70
# fall back to "default" config name
71
opts[:client_config] ||= 'default'
72
+ opts[:redirect_url] ||= DeviseTokenAuth.default_password_reset_url
73
74
send_devise_notification(:reset_password_instructions, token, opts)
75
token
0 commit comments