mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #7455 from overleaf/jpa-dropbox-app-name
[web] use an environment specific app name for dropbox GitOrigin-RevId: 22f8fb911e04f8dd24dc01be9dd3bea9e05fd150
This commit is contained in:
parent
ed40ce27ab
commit
8b8b15bffb
1 changed files with 1 additions and 0 deletions
|
@ -362,6 +362,7 @@ module.exports = function (webRouter, privateApiRouter, publicApiRouter) {
|
||||||
res.locals.ExposedSettings = {
|
res.locals.ExposedSettings = {
|
||||||
isOverleaf: Settings.overleaf != null,
|
isOverleaf: Settings.overleaf != null,
|
||||||
appName: Settings.appName,
|
appName: Settings.appName,
|
||||||
|
dropboxAppName: Settings.apis.thirdPartyDataStore?.dropboxAppName || '',
|
||||||
hasSamlBeta: req.session.samlBeta,
|
hasSamlBeta: req.session.samlBeta,
|
||||||
hasSamlFeature: Features.hasFeature('saml'),
|
hasSamlFeature: Features.hasFeature('saml'),
|
||||||
samlInitPath: _.get(Settings, ['saml', 'ukamf', 'initPath']),
|
samlInitPath: _.get(Settings, ['saml', 'ukamf', 'initPath']),
|
||||||
|
|
Loading…
Reference in a new issue