overleaf/services/web/app/views/_mixins/saml.pug
Jessica Lawshe 30763043d1 Merge pull request #2663 from overleaf/jel-sso-missing-email-error
Institution SSO error handling when missing session data

GitOrigin-RevId: c455ef97eb17b98ffbd03eb5f623ceb27678deed
2020-03-12 04:18:52 +00:00

9 lines
265 B
Text

mixin samlErrorLoggedIn(error)
i.fa.fa-exclamation-triangle(aria-hidden="true")
|  #{translate("generic_something_went_wrong")}.
if error.message
br
|  #{institutionLinkingError.message}
if error.tryAgain
br
|  #{translate("try_again")}.