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 a11f09de0d
commit d5b2ab23dc
22 changed files with 435 additions and 134 deletions
@@ -113,7 +113,6 @@ describe('EditorHttpController', function () {
this.Metrics = { inc: sinon.stub() }
this.TokenAccessHandler = {
getRequestToken: sinon.stub().returns(this.token),
protectTokens: sinon.stub(),
}
this.SessionManager = {
getLoggedInUserId: sinon.stub().returns(this.user._id),