Customize email verification route
How can i customize email verification route instead of slug only?
Solution
create a custom EmailVerificationclass that extends the default one and pass it to the
->emailVerification(CustomEmailVerification::class)