Use emailLayout in email-update-confirmation html email (#11918) (#11919)

Signed-off-by: Thomas Darimont <thomas.darimont@googlemail.com>

Signed-off-by: Thomas Darimont <thomas.darimont@googlemail.com>
Co-authored-by: Stian Thorgersen <stianst@gmail.com>
This commit is contained in:
Thomas Darimont 2022-08-26 13:15:52 +02:00 committed by GitHub
parent ae54fa8dd2
commit 6bb9d71c1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,4 @@
<html>
<body>
<#import "template.ftl" as layout>
<@layout.emailLayout>
${kcSanitize(msg("emailUpdateConfirmationBodyHtml",link, newEmail, realmName, linkExpirationFormatter(linkExpiration)))?no_esc}
</body>
</html>
</@layout.emailLayout>