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