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 6f3402e0e8
commit 71ca6f05b7

View file

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