Update allowed_grant
This commit is contained in:
parent
f36f052c97
commit
828f461909
@ -51,6 +51,6 @@ def invitation_url(token):
|
|||||||
return url
|
return url
|
||||||
|
|
||||||
allowed_grant = [
|
allowed_grant = [
|
||||||
{ roles: 1, allowed: [1,2] },
|
{ "roles": 1, "allowed": [1,2] },
|
||||||
{ roles: 2, allowed: [2] },
|
{ "roles": 2, "allowed": [2] },
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user