Don't look too hard at this commit, nothing to see here
This commit is contained in:
parent
f4df35a452
commit
2c0fc385bd
|
@ -380,7 +380,7 @@ export default class MenuUiHandler extends MessageUiHandler {
|
||||||
keepOpen: true
|
keepOpen: true
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
if (!bypassLogin && loggedInUser?.hasAdminRole || true) {
|
if (!bypassLogin && loggedInUser?.hasAdminRole) {
|
||||||
communityOptions.push({
|
communityOptions.push({
|
||||||
label: "Admin",
|
label: "Admin",
|
||||||
handler: () => {
|
handler: () => {
|
||||||
|
|
Loading…
Reference in New Issue