Add allowed invitation on globalvar.py

This commit is contained in:
Dita Aji Pratama 2025-08-07 10:03:55 +07:00
parent 2185df8eec
commit 2acb450b64

View File

@ -50,3 +50,7 @@ def invitation_url(token):
url = f"{baseurl}/accept?token={token}"
return url
allowed_invitation = [
{ roles: 1, allowed: [1,2] },
{ roles: 2, allowed: [2] },
]