mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02: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:
@@ -362,6 +362,7 @@ module.exports = function (webRouter, privateApiRouter, publicApiRouter) {
|
||||
res.locals.ExposedSettings = {
|
||||
isOverleaf: Settings.overleaf != null,
|
||||
appName: Settings.appName,
|
||||
dropboxAppName: Settings.apis.thirdPartyDataStore?.dropboxAppName || '',
|
||||
hasSamlBeta: req.session.samlBeta,
|
||||
hasSamlFeature: Features.hasFeature('saml'),
|
||||
samlInitPath: _.get(Settings, ['saml', 'ukamf', 'initPath']),
|
||||
|
||||
Reference in New Issue
Block a user