laravel / fortify

Backend controllers and scaffolding for Laravel authentication.
https://laravel.com/docs/fortify
MIT License
1.62k stars 294 forks source link

Sent Verification Message not formatted #88

Closed jasminetracey closed 4 years ago

jasminetracey commented 4 years ago

Description:

Verification status message is incorrect

Steps To Reproduce:

Request email verification to be sent

return $request->wantsJson()
                    ? new Response('', 202)
                    : back()->with('status', 'verification-link-sent');
driesvints commented 4 years ago

Hey there,

Can you first please try one of the support channels below? If you can actually identify this as a bug, feel free to report back and I'll gladly help you out and re-open this issue.

Thanks!

jasminetracey commented 4 years ago

@driesvints This is a bug it has to do with the code itself. the function returns the message verification-link-sent as the status when a verification email is sent