fix(auth): add account, session, and verification schemas; make passwordHash nullable
This commit is contained in:
@@ -16,6 +16,9 @@ export const auth = betterAuth({
|
||||
schema: {
|
||||
...schema,
|
||||
user: schema.users,
|
||||
account: schema.accounts,
|
||||
session: schema.sessions,
|
||||
verification: schema.verifications,
|
||||
},
|
||||
}),
|
||||
advanced: {
|
||||
|
||||
Reference in New Issue
Block a user