diff --git a/docs/pages/basics/users.md b/docs/pages/basics/users.md index b5b26f5aa..68c7cd0b5 100644 --- a/docs/pages/basics/users.md +++ b/docs/pages/basics/users.md @@ -57,7 +57,7 @@ You can then include them in the user object with the `getUserAttributes()` conf const lucia = new Lucia(adapter, { getUserAttributes: (attributes) => { return { - username + username: attributes.username }; } });