mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Increase link-sharing rollout to 40%
This commit is contained in:
parent
a0c7295b36
commit
a15cb64418
1 changed files with 1 additions and 1 deletions
|
@ -329,7 +329,7 @@ module.exports = ProjectController =
|
|||
enableTokenAccessUI = ProjectController._isInPercentageRollout(
|
||||
'linksharing',
|
||||
project.owner_ref,
|
||||
10
|
||||
40
|
||||
)
|
||||
showLinkSharingOnboarding = enableTokenAccessUI && results.couldShowLinkSharingOnboarding
|
||||
AuthorizationManager.getPrivilegeLevelForProject user_id, project_id, token, (error, privilegeLevel)->
|
||||
|
|
Loading…
Reference in a new issue