phpsa / filament-authentication

MIT License
113 stars 24 forks source link

Double Entry in navigation menu #24

Closed ramakrishnamie closed 2 years ago

ramakrishnamie commented 2 years 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 2 years ago

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