Update allowed_grant

This commit is contained in:
Dita Aji Pratama 2025-08-09 16:52:12 +07:00
parent f36f052c97
commit 828f461909

View File

@ -51,6 +51,6 @@ def invitation_url(token):
return url
allowed_grant = [
{ roles: 1, allowed: [1,2] },
{ roles: 2, allowed: [2] },
{ "roles": 1, "allowed": [1,2] },
{ "roles": 2, "allowed": [2] },
]