phpsa / filament-authentication

MIT License
106 stars 23 forks source link

remove LatestUsersWidget ? #9

Closed quasiperfect closed 2 years ago

quasiperfect commented 2 years ago

hi

i didn't add the class to filament.php widgets register i removed it from filament-authentication.php and it still appears in the admin any idea how i could get rid of it ?

phpsa commented 2 years ago

Publish and look in the config file, under the widgets section you can disable it.

will be updating the documentation shortly

quasiperfect commented 2 years ago

i tried that but the widget still appears.

is not added to filament.php config is set to false in filament-authentication.php config

and somehow is still visible in the dashboard

phpsa commented 2 years ago

@quasiperfect --- found the cause (rougue e in the config file) -- please republish from the new version and you should now have the enabled true false control functional