From 72dc730e3c6820e55cb8d8854b421a0e9a93574b Mon Sep 17 00:00:00 2001 From: Basti <39469401+Bastih18@users.noreply.github.com> Date: Sat, 27 Jan 2024 22:49:18 +0100 Subject: [PATCH] Update users.md (#1365) --- docs/pages/basics/users.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }; } });