mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
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:
parent
4415f77b18
commit
82a0df1fad
1 changed files with 2 additions and 1 deletions
|
@ -109,7 +109,8 @@ class SAMLSessionDataMissing extends BackwardCompatibleError {
|
||||||
settings.appName
|
settings.appName
|
||||||
}. Please contact your IT department if you have any questions.`
|
}. Please contact your IT department if you have any questions.`
|
||||||
} else if (!institutionEmail) {
|
} 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.'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue