keycloak/themes/zariot/base/email/html/identity-provider-link.ftl
2025-02-18 15:55:19 +03:00

5 lines
222 B
Plaintext

<html>
<body>
${kcSanitize(msg("identityProviderLinkBodyHtml", identityProviderAlias, realmName, identityProviderContext.username, link, linkExpiration, linkExpirationFormatter(linkExpiration)))?no_esc}
</body>
</html>