FilamentF
Filament11mo ago
ocram82

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

Hi all, i've 3 panel:

  • admin
  • company
  • user
In the 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?
Was this page helpful?