frontend-roles-ux
This commit is contained in:
@@ -602,7 +602,7 @@ function hideAuthOverlay() {
|
||||
}
|
||||
|
||||
const APPROVED_SERVICE_STATUSES = new Set(["approved", "verified"]);
|
||||
const STO_WORKPLACE_ROLES = new Set(["owner", "mechanic"]);
|
||||
const STO_WORKPLACE_ROLES = new Set(["owner", "manager", "receptionist", "mechanic"]);
|
||||
const STO_CALENDAR_ROLES = new Set(["owner", "manager", "receptionist"]);
|
||||
|
||||
function isPlatformAdmin() {
|
||||
|
||||
Reference in New Issue
Block a user