Skip to content

Commit

Permalink
Update users.md (#1365)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastih18 authored Jan 27, 2024
1 parent b78a2bb commit 72dc730
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 @@ -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
};
}
});
Expand Down

0 comments on commit 72dc730

Please sign in to comment.