You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the User model uses the MustVerifyEmail interface, on new registration \Illuminate\Auth\Listeners\SendEmailVerificationNotification gets invoked multiple times. Started happening on v11, did have this issue on v10.
Steps To Reproduce
Implement MustVerifyEmail on the User model.
Sign up as a new user
User will receive the same verification email multiple times