mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05: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:
parent
9e5223ac6b
commit
37155e78be
2 changed files with 8 additions and 9 deletions
|
@ -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: {
|
||||
|
|
Loading…
Reference in a new issue