We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f3003d commit cef1055Copy full SHA for cef1055
src/Illuminate/Auth/Notifications/ResetPassword.php
@@ -46,7 +46,7 @@ public function toMail($notifiable)
46
{
47
return (new MailMessage)
48
->line('You are receiving this email because we received a password reset request for your account.')
49
- ->action('Reset Password', route('password.reset', $this->token))
+ ->action('Reset Password', url(config('app.url').route('password.reset', $this->token, false)))
50
->line('If you did not request a password reset, no further action is required.');
51
}
52
0 commit comments