diff options
Diffstat (limited to 'email/html/identity-provider-link.ftl')
-rw-r--r-- | email/html/identity-provider-link.ftl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/email/html/identity-provider-link.ftl b/email/html/identity-provider-link.ftl new file mode 100644 index 0000000..8b67968 --- /dev/null +++ b/email/html/identity-provider-link.ftl @@ -0,0 +1,5 @@ +<html> +<body> +${kcSanitize(msg("identityProviderLinkBodyHtml", identityProviderAlias, realmName, identityProviderContext.username, link, linkExpiration, linkExpirationFormatter(linkExpiration)))?no_esc} +</body> +</html>
\ No newline at end of file |