fix(auth): add account, session, and verification schemas; make passwordHash nullable

This commit is contained in:
2026-01-30 18:10:00 +00:00
parent e5814e1914
commit f1919ca0e1
5 changed files with 20 additions and 3 deletions

View File

@@ -16,6 +16,9 @@ export const auth = betterAuth({
schema: {
...schema,
user: schema.users,
account: schema.accounts,
session: schema.sessions,
verification: schema.verifications,
},
}),
advanced: {