mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-25 03:12:08 +00:00
Increase link-sharing rollout to 100%
This commit is contained in:
parent
69cb93fe64
commit
c11ea59dc1
1 changed files with 1 additions and 1 deletions
|
@ -342,7 +342,7 @@ module.exports = ProjectController =
|
|||
enableTokenAccessUI = ProjectController._isInPercentageRollout(
|
||||
'linksharing',
|
||||
project.owner_ref,
|
||||
40
|
||||
100
|
||||
)
|
||||
showLinkSharingOnboarding = enableTokenAccessUI && results.couldShowLinkSharingOnboarding
|
||||
AuthorizationManager.getPrivilegeLevelForProject user_id, project_id, token, (error, privilegeLevel)->
|
||||
|
|
Loading…
Reference in a new issue