mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Add tokenBased
access level
This commit is contained in:
parent
2011432120
commit
8fece2d5f0
1 changed files with 2 additions and 1 deletions
|
@ -2,3 +2,4 @@ module.exports =
|
|||
READ_ONLY: "readOnly"
|
||||
READ_AND_WRITE: "readAndWrite"
|
||||
PRIVATE: "private"
|
||||
TOKEN_BASED: "tokenBased"
|
||||
|
|
Loading…
Reference in a new issue