Email Verification?

I have setup user registration & email verification, however I'm getting the following error on user registration:

Route [filament.app.auth.email-verification.verify] not defined.

per the laravel docs, my user implements MustVerifyEmail and my panel configuration looks like:

->login()
->registration()
->passwordReset()
->emailVerification()


Any ideas?
Was this page helpful?