๐Ÿ””Use Notifications

to make ->useOTPActivation() work you need to install Filament Alets and allow ->useNotifications() on the plugin

->plugin(\TomatoPHP\FilamentAccounts\FilamentAccountsPlugin::make()
    ...
    ->useNotifications()
)

Last updated