Merge pull request #19215 from overleaf/jpa-cleanup-module-init

[web] cleanup web-module init modules

GitOrigin-RevId: 97a05c6fe79fbd96f9697a16ed7099827edc81f0
This commit is contained in:
Jakob Ackermann 2024-07-03 10:40:22 +02:00 committed by Copybot
parent 9e5223ac6b
commit 37155e78be
2 changed files with 8 additions and 9 deletions

View file

@ -1,9 +1,3 @@
/* eslint-disable
no-unused-vars,
*/
// TODO: This file was created by bulk-decaffeinate.
// Fix any style issues and re-enable lint.
let Launchpad
const LaunchpadRouter = require('./app/src/LaunchpadRouter')
module.exports = Launchpad = { router: LaunchpadRouter }
module.exports = { router: LaunchpadRouter }

View file

@ -51,8 +51,13 @@ const overrides = {
saml: undefined,
// Disable contentful module.
contentful: undefined,
contentful: {
spaceId: 'a',
deliveryToken: 'b',
previewToken: 'c',
deliveryApiHost: 'cdn.contentful.com',
previewApiHost: 'preview.contentful.com',
},
twoFactorAuthentication: {
accessTokenEncryptorOptions: {