Merge pull request #23733 from overleaf/msm-configurable-login-title

[web] Add `OVERLEAF_LOGIN_SUPPORT_TITLE` for CE/SP

GitOrigin-RevId: 5a50d17ded67b68c72dbaeab5172fc283b5aaa01
This commit is contained in:
Miguel Serrano
2025-02-20 15:50:37 +01:00
committed by Copybot
parent 78297efeab
commit d22ffb926d
3 changed files with 9 additions and 2 deletions

View File

@@ -335,6 +335,10 @@ if (process.env.OVERLEAF_LOGIN_SUPPORT_TEXT != null) {
settings.nav.login_support_text = process.env.OVERLEAF_LOGIN_SUPPORT_TEXT
}
if (process.env.OVERLEAF_LOGIN_SUPPORT_TITLE != null) {
settings.nav.login_support_title = process.env.OVERLEAF_LOGIN_SUPPORT_TITLE
}
// Sending Email
// -------------
//