Merge pull request #16737 from overleaf/jel-sso-file

[web] Get SSO import data from File rather than FileReader

GitOrigin-RevId: 89de9c614024ab6a310a6226f59c5aa8c82c64e4
This commit is contained in:
Jessica Lawshe
2024-01-29 09:15:30 -06:00
committed by Copybot
parent 8abe7a63ff
commit a9e8f65e1c

View File

@@ -136,3 +136,5 @@ const { addHook } = require('pirates')
addHook(() => '', { exts: ['.css'], ignoreNodeModules: false })
globalThis.HTMLElement.prototype.scrollIntoView = () => {}
globalThis.DOMParser = window.DOMParser