Skip to content

Commit

Permalink
docs: fix typo in custom user attributes docs (lucia-auth#1579)
Browse files Browse the repository at this point in the history
  • Loading branch information
gannydrant authored May 26, 2024
1 parent 6782c99 commit 019b27e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/basics/users.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const id = generateRandomString(15, alphabet("a-z", "A-Z", "0-9"));

## Define user attributes

Defining custom session attributes requires 2 steps. First, add the required columns to the user table. You can type it by declaring the `Register.DatabaseUserAttributes` type (must be an interface).
Defining custom user attributes requires 2 steps. First, add the required columns to the user table. You can type it by declaring the `Register.DatabaseUserAttributes` type (must be an interface).

```ts
declare module "lucia" {
Expand Down

0 comments on commit 019b27e

Please sign in to comment.