From d1598aa445750da0e8cbe90c1708aa4751ac9443 Mon Sep 17 00:00:00 2001 From: Tamer Shlash Date: Fri, 21 Mar 2025 15:21:27 +0100 Subject: [PATCH] Add ExpiresInMinutes as an email template variable --- docs/kratos/emails-sms/05_custom-email-templates.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/kratos/emails-sms/05_custom-email-templates.mdx b/docs/kratos/emails-sms/05_custom-email-templates.mdx index 23b896d1b..0dbd87239 100644 --- a/docs/kratos/emails-sms/05_custom-email-templates.mdx +++ b/docs/kratos/emails-sms/05_custom-email-templates.mdx @@ -243,6 +243,7 @@ For the `recovery_code.valid` template, the following variables are available: | `To` | The email address the email will be sent to | | `RecoveryCode` | The recovery code | | `Identity` | The identity to be recovered | +| `ExpiresInMinutes` | The lifespan of the code, in minutes. | :::note