forked from Telodendria/Telodendria
Make RegToken.grants a JSON array.
It isn't every touched by anything other than UserDecodePrivileges() and UserEncodePrivileges().
This commit is contained in:
parent
a5c5dee375
commit
80db737a28
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@
|
||||||
"type": "integer"
|
"type": "integer"
|
||||||
},
|
},
|
||||||
"grants": {
|
"grants": {
|
||||||
"type": "[string]"
|
"type": "array"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"type": "struct"
|
"type": "struct"
|
||||||
|
|
Loading…
Reference in a new issue