FilamentF
Filament11mo ago
ocram82

email-verification-prompt view customization

hi, i'm trying to customize the view of

Filament\Pages\Auth\EmailVerification\EmailVerificationPrompt

i've just created

class EmailVerificationPrompt extends BaseFilamentEmailVerificationPrompt
{    
    protected static string $view = 'filament.company.pages.auth.email-verification.email-verification-prompt';

}


and this works. But in the view page i've this:

<x-filament-panels::page>
    here is my custom content
</x-filament-panels::page>


but i obtain an error like this:

Method App\Filament\Company\Pages\Auth\EmailVerificationPrompt::getCachedSubNavigation does not exist.

Any solutions? thanks
Was this page helpful?