@@ -243,7 +243,7 @@ For the `recovery_code.valid` template, the following variables are available:
243
243
| `To` | The email address the email will be sent to |
244
244
| `RecoveryCode` | The recovery code |
245
245
| `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 |
247
247
248
248
:::note
249
249
@@ -268,7 +268,7 @@ For the `verification_code.valid` template, the following variables are availabl
268
268
| `VerificationCode` | the verification code |
269
269
| `VerificationURL` | the verification link |
270
270
| `Identity` | the identity of the email address |
271
-
271
+ | `ExpiresInMinutes` | the expiration time of the code in minutes |
272
272
273
273
For the `verification_code.invalid` template, the following variables are available:
274
274
@@ -286,6 +286,7 @@ For the `recovery.valid` template, the following variables are available:
286
286
| `To` | The email address the email will be sent to |
287
287
| `RecoveryURL` | The recovery link |
288
288
| `Identity` | The identity to be recovered |
289
+ | `ExpiresInMinutes` | the expiration time of the link in minutes |
289
290
290
291
For the `recovery.invalid` template, the following variables are available:
291
292
@@ -303,6 +304,7 @@ For the `verification.valid` template, the following variables are available:
303
304
| `To` | the email address the email will be sent to |
304
305
| `VerificationURL` | the verification link |
305
306
| `Identity` | the identity of the email address |
307
+ | `ExpiresInMinutes` | the expiration time of the link in minutes |
306
308
307
309
For the `verification.invalid` template, the following variables are available:
308
310
@@ -320,6 +322,7 @@ For the `login_code.valid` template, the following variables are available:
320
322
| `To` | the email address to whom the email is sent |
321
323
| `LoginCode` | the login code |
322
324
| `Identity` | the identity of the email address |
325
+ | `ExpiresInMinutes` | the expiration time of the code in minutes |
323
326
324
327
</TabItem>
325
328
@@ -332,6 +335,7 @@ For the `registration_code.valid` template, the following variables are availabl
332
335
| `To` | the email address to whom the email is sent |
333
336
| `RegistrationCode` | the registration code |
334
337
| `Traits` | the provided traits as specified by the Identity Schema |
338
+ | `ExpiresInMinutes` | the expiration time of the code in minutes |
335
339
336
340
</TabItem>
337
341
</Tabs>
0 commit comments