Merge pull request #13485 from overleaf/msm-share-modal-fetch-tokens

[web] Fetch share tokens instead of sending via websocket

GitOrigin-RevId: f97bb91ca3ceb410fe860bf1c7802d8157d9f8b4
This commit is contained in:
Miguel Serrano
2023-07-17 10:48:10 +00:00
committed by Copybot
parent 67e7621633
commit 01e3409eb4
22 changed files with 435 additions and 134 deletions
@@ -36,7 +36,6 @@ module.exports = ProjectEditorHandler = {
),
members: [],
invites: this.buildInvitesView(invites),
tokens: project.tokens,
imageName:
project.imageName != null
? Path.basename(project.imageName)