We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f93ba2 commit 22da8d4Copy full SHA for 22da8d4
1 file changed
app/Notifications/SendPasswordReset.php
@@ -72,7 +72,7 @@ public function toMail($notifiable)
72
return (new MailMessage)
73
->subject('Reset Password')
74
->line('You are receiving this email because we received a password reset request for your account.')
75
- ->action('Reset Password', url('auth/password/reset', $this->token))
+ ->action('Reset Password', url('/auth/password/reset/' . $this->token . '?email=' . $notifiable->email))
76
->line('If you did not request a password reset, no further action is required.');
77
}
78
0 commit comments