mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2026-07-21 08:56:07 -04:00
[GH-ISSUE #135] [BUG] Non-admin users should not see the Admin Dashboard as an option #70
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pjones112000 on GitHub (Sep 3, 2025).
Original GitHub issue: https://github.com/Drop-OSS/drop-app/issues/135
Describe the bug
For users that have been added who are not admin users, they still see the Admin Dashboard option when their name is selected from the dropdown in the app. Clicking it won't open the dashboard since they are not admins, but, I don't think it should be displayed at all.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Non-admins shouldn't be able to see any admin options at all
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
@quexeky commented on GitHub (Oct 8, 2025):
I believe that this was fixed in
3f18d15d[BUG] Non-admin users should not see the Admin Dashboard as an optionto [GH-ISSUE #135] [BUG] Non-admin users should not see the Admin Dashboard as an option