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-03 13:11:39 +02:00
committed by Copybot
parent 67e7621633
commit 01e3409eb4
22 changed files with 435 additions and 134 deletions
@@ -90,7 +90,6 @@ describe('ProjectController', function () {
}
this.TokenAccessHandler = {
getRequestToken: sinon.stub().returns(this.token),
protectTokens: sinon.stub(),
}
this.CollaboratorsGetter = {
userIsTokenMember: sinon.stub().callsArgWith(2, null, false),