Skip to content

Commit cef1055

Browse files
committed
force host on password reset notification
1 parent 0f3003d commit cef1055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Auth/Notifications/ResetPassword.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public function toMail($notifiable)
4646
{
4747
return (new MailMessage)
4848
->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))
49+
->action('Reset Password', url(config('app.url').route('password.reset', $this->token, false)))
5050
->line('If you did not request a password reset, no further action is required.');
5151
}
5252
}

0 commit comments

Comments
 (0)