Skip to content

Commit

Permalink
chore(example): testing out affected
Browse files Browse the repository at this point in the history
  • Loading branch information
mpellegrini committed Oct 2, 2024
1 parent c428b80 commit f8ac3fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/auth-lucia/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export type { Session, User } from 'lucia'

declare module 'lucia' {
interface Register {
DatabaseUserAttributes: { username: string }
DatabaseUserAttributes: { password: string; username: string }
Lucia: typeof lucia
}
}

0 comments on commit f8ac3fb

Please sign in to comment.