From 4c7f69e25627214533ec30eb273614c071342946 Mon Sep 17 00:00:00 2001 From: machina20 <64813073+machina20@users.noreply.github.com> Date: Tue, 22 Aug 2023 20:16:31 -0700 Subject: [PATCH] Typo in Email verification codes guidebook (#1028) --- documentation/content/guidebook/email-verification-codes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/guidebook/email-verification-codes.md b/documentation/content/guidebook/email-verification-codes.md index e7ad89393..ab7693fed 100644 --- a/documentation/content/guidebook/email-verification-codes.md +++ b/documentation/content/guidebook/email-verification-codes.md @@ -13,7 +13,7 @@ An alternative way to verify emails is to use one-time passwords. These are gene | ------- | -------- | :----: | ---------- | ------------------------------------- | | id | any | ✓ | | PRIMARY KEY | | user_id | `string` | ✓ | `user(id)` | User id | -| code | `string | | | Verification code | +| code | `string` | | | Verification code | | expires | `bigint` | | | `int4` and `timestamp` type works too | ## Generate and send verification code