fix: inability to access /admin if not superadmin
There was an odd issue where non-superadmins could not use the /admin route to access the ACP, even though they had appropriate access. For whatever reason, it could not be reliably reproduced on my dev. As it turns out, the reason was because I was checking the wrong privilege, and my dev database had this wrong privilege leftover from the initial development of the ACP admin privileges feature. Dumb. Anyhow, that fixes this issue.v1.18.x
parent
29e3ab247d
commit
03bd76dea2
Loading…
Reference in New Issue