mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-03 06:09:02 +02:00
Merge pull request #19215 from overleaf/jpa-cleanup-module-init
[web] cleanup web-module init modules GitOrigin-RevId: 97a05c6fe79fbd96f9697a16ed7099827edc81f0
This commit is contained in:
@@ -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 }
|
||||
|
||||
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user