overleaf/services/web/app/views/_mixins/saml.pug

10 lines
265 B
Text
Raw Normal View History

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")}.