Route [filament.admin.auth.email-verification.verify] not defined.
Hi all, i've 3 panel:
But after submittin the registration i obtain the error:
Route [filament.admin.auth.email-verification.verify] not defined.
But i don't understand the error....I've MustVerifyEmail in User.php and ->emailVerification() in CompanyPanelProvider....what's wrong?
- admin
- company
- user
CompanyPanelProvider i've added a custom Register class. And it works well. But after submittin the registration i obtain the error:
Route [filament.admin.auth.email-verification.verify] not defined.
But i don't understand the error....I've MustVerifyEmail in User.php and ->emailVerification() in CompanyPanelProvider....what's wrong?