mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #7471 from overleaf/jpa-read-var
[web] read TPDS_DROPBOX_APP_NAME into the settings GitOrigin-RevId: 314dd2a750a55d204b03976fb99525d5c90abd4c
This commit is contained in:
parent
8b8b15bffb
commit
58e9194be4
1 changed files with 2 additions and 1 deletions
|
@ -362,7 +362,8 @@ module.exports = function (webRouter, privateApiRouter, publicApiRouter) {
|
|||
res.locals.ExposedSettings = {
|
||||
isOverleaf: Settings.overleaf != null,
|
||||
appName: Settings.appName,
|
||||
dropboxAppName: Settings.apis.thirdPartyDataStore?.dropboxAppName || '',
|
||||
dropboxAppName:
|
||||
Settings.apis.thirdPartyDataStore?.dropboxAppName || 'Overleaf',
|
||||
hasSamlBeta: req.session.samlBeta,
|
||||
hasSamlFeature: Features.hasFeature('saml'),
|
||||
samlInitPath: _.get(Settings, ['saml', 'ukamf', 'initPath']),
|
||||
|
|
Loading…
Reference in a new issue