Skip to content

Commit 630e231

Browse files
authored
chore: add missing ExpiresInMinutes variables (#2090)
1 parent 8e90df1 commit 630e231

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/kratos/emails-sms/05_custom-email-templates.mdx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ For the `recovery_code.valid` template, the following variables are available:
243243
| `To` | The email address the email will be sent to |
244244
| `RecoveryCode` | The recovery code |
245245
| `Identity` | The identity to be recovered |
246-
| `ExpiresInMinutes` | The lifespan of the code, in minutes. |
246+
| `ExpiresInMinutes` | the expiration time of the code in minutes |
247247
248248
:::note
249249
@@ -268,7 +268,7 @@ For the `verification_code.valid` template, the following variables are availabl
268268
| `VerificationCode` | the verification code |
269269
| `VerificationURL` | the verification link |
270270
| `Identity` | the identity of the email address |
271-
271+
| `ExpiresInMinutes` | the expiration time of the code in minutes |
272272
273273
For the `verification_code.invalid` template, the following variables are available:
274274
@@ -286,6 +286,7 @@ For the `recovery.valid` template, the following variables are available:
286286
| `To` | The email address the email will be sent to |
287287
| `RecoveryURL` | The recovery link |
288288
| `Identity` | The identity to be recovered |
289+
| `ExpiresInMinutes` | the expiration time of the link in minutes |
289290
290291
For the `recovery.invalid` template, the following variables are available:
291292
@@ -303,6 +304,7 @@ For the `verification.valid` template, the following variables are available:
303304
| `To` | the email address the email will be sent to |
304305
| `VerificationURL` | the verification link |
305306
| `Identity` | the identity of the email address |
307+
| `ExpiresInMinutes` | the expiration time of the link in minutes |
306308
307309
For the `verification.invalid` template, the following variables are available:
308310
@@ -320,6 +322,7 @@ For the `login_code.valid` template, the following variables are available:
320322
| `To` | the email address to whom the email is sent |
321323
| `LoginCode` | the login code |
322324
| `Identity` | the identity of the email address |
325+
| `ExpiresInMinutes` | the expiration time of the code in minutes |
323326
324327
</TabItem>
325328
@@ -332,6 +335,7 @@ For the `registration_code.valid` template, the following variables are availabl
332335
| `To` | the email address to whom the email is sent |
333336
| `RegistrationCode` | the registration code |
334337
| `Traits` | the provided traits as specified by the Identity Schema |
338+
| `ExpiresInMinutes` | the expiration time of the code in minutes |
335339
336340
</TabItem>
337341
</Tabs>

0 commit comments

Comments
 (0)