frontend-roles-ux

This commit is contained in:
VPN SaaS Dev
2026-05-16 19:35:04 +09:00
parent b03b63a5cc
commit 8efac3a844
3 changed files with 5 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ dp = Dispatcher()
api = ApiClient()
APPROVED_SERVICE_STATUSES = {"approved", "verified"}
STO_WORKPLACE_ROLES = {"owner", "mechanic"}
STO_WORKPLACE_ROLES = {"owner", "manager", "receptionist", "mechanic"}
def webapp_url(path: str = "") -> str: