Skip to content

Commit

Permalink
Typo in Email verification codes guidebook (#1028)
Browse files Browse the repository at this point in the history
  • Loading branch information
machina20 authored Aug 23, 2023
1 parent 825f1e4 commit 4c7f69e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4c7f69e

Please sign in to comment.