The event service provider is listening at the same time that my base application is listening
Registered::class => [SendEmailVerificationNotification::class]
This causes double emails to be sent when a user registers in the base application.
Something Went Wrong