phpsa / filament-authentication

MIT License
106 stars 23 forks source link

Double Entry in navigation menu #24

Closed ramakrishnamie closed 1 year ago

ramakrishnamie commented 1 year ago

Hello, After I successfully installed this plugin, It was working fine with default user model. but when I create UserResource again, the double entry is displaying as in screenshot. It may be my fault also. can you please guide me please. I want only one user menu item in the navigation group. Screenshot 2022-10-18 182222

phpsa commented 1 year ago

update the config file line 'UserResource' => \Phpsa\FilamentAuthentication\Resources\UserResource::class, to point to your resource