Merge pull request #22264 from overleaf/msm-login_support_text-env

[web] Add `OVERLEAF_LOGIN_SUPPORT_TEXT` for CE/SP login pages

GitOrigin-RevId: 7f473b6a3448b4cb73c0c954d0ea1db34b980d6c
This commit is contained in:
Miguel Serrano
2025-01-10 09:05:56 +00:00
committed by Copybot
parent 0e6318ea0c
commit fe623d2297
4 changed files with 13 additions and 0 deletions
@@ -222,6 +222,7 @@ const UserPagesController = {
}
res.render('user/login', {
title: 'login',
login_support_text: Settings.nav?.login_support_text,
})
},