Merge pull request #3147 from overleaf/jel-sso-email-missing-error

Update default missing SSO email error message

GitOrigin-RevId: 03410a9b5c0f894c236f62148f03cb6243abad7a
This commit is contained in:
Timothée Alby 2020-09-01 10:07:57 +02:00 committed by Copybot
parent 4415f77b18
commit 82a0df1fad

View file

@ -109,7 +109,8 @@ class SAMLSessionDataMissing extends BackwardCompatibleError {
settings.appName
}. Please contact your IT department if you have any questions.`
} else if (!institutionEmail) {
this.message = 'Unable to confirm your institution email.'
this.message =
'Unable to confirm your institutional email address. The institutional identity provider did not provide an email address in the expected attribute. Please contact us if this keeps happening.'
}
}
}