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