File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ public function toMail(User $user): MailMessage
54
54
'email ' => $ user ->getEmailForPasswordReset (),
55
55
]);
56
56
57
- $ url = front_url ('invitation/accept/ ' . $ this ->token . $ query );
57
+ $ url = front_url ('invitation/accept/ ' . $ this ->token . ' ? ' . $ query );
58
58
59
59
return (new MailMessage ())
60
60
->subject (Lang::getFromJson ('Account Invitation Notification ' ))
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ public function toMail(User $user): MailMessage
54
54
'email ' => $ user ->getEmailForPasswordReset (),
55
55
]);
56
56
57
- $ url = front_url ('password/reset/ ' . $ this ->token . $ query );
57
+ $ url = front_url ('password/reset/ ' . $ this ->token . ' ? ' . $ query );
58
58
59
59
return (new MailMessage ())
60
60
->subject (Lang::getFromJson ('Reset Password Notification ' ))
You can’t perform that action at this time.
0 commit comments