mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Merge pull request #12632 from overleaf/jdt-jpa-sso-notification-logging
[web] fallback to providerName when displaying SSO-linked notification GitOrigin-RevId: 0da4a570f8a704cdbd47b5905a21273c6ab85d6d
This commit is contained in:
@@ -216,7 +216,9 @@ async function projectListPage(req, res, next) {
|
||||
if (samlSession.linked) {
|
||||
notificationsInstitution.push({
|
||||
email: samlSession.institutionEmail,
|
||||
institutionName: samlSession.linked.universityName,
|
||||
institutionName:
|
||||
samlSession.linked.universityName ||
|
||||
samlSession.linked.providerName,
|
||||
templateKey: 'notification_institution_sso_linked',
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user