DEV Community

Discussion on: Queueing up Laravel Fortify email verification for better performance

Collapse
 
ahmadtibi profile image
ahmadtibi

Extending the SendEmailVerificationNotification shouldn't affect where you redirect after clicking the email verification button. have you maybe tried adding a redirect at the end of the sendEmailVerificationNotification() method?