From 6e9570ed684dc3fd3aeac3bed111925329952afa Mon Sep 17 00:00:00 2001 From: Lennart Fleischmann Date: Thu, 9 Jan 2025 19:54:33 +0100 Subject: [PATCH] fixup! feat: enable email i18n --- frontend/elements/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/elements/README.md b/frontend/elements/README.md index b24f8b2f5..2d4f48ea9 100644 --- a/frontend/elements/README.md +++ b/frontend/elements/README.md @@ -712,7 +712,7 @@ Markup: If you use Hanko Elements the language supplied to the `lang` attribute of any of the components is also used to convey to the Hanko API the language to use for outgoing emails. If you have disabled email delivery through Hanko and configured a webhook for the `email.send` event, the value for the `lang` attribute is reflected in the JWT payload of -the token contained in the webhook request in the `Language` claim. +the token contained in the webhook request in the `language` claim. ## Experimental Features