rename variable globalvar.py

This commit is contained in:
Dita Aji Pratama 2025-08-07 11:52:16 +07:00
parent e50066ea34
commit 44acf5836c

View File

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