feat(frontend): Refactor organization, fixed several organization bugs
This commit is contained in:
@@ -14,6 +14,7 @@ import {
|
||||
|
||||
export const auth = betterAuth({
|
||||
database: new Database('./sqlite.db'),
|
||||
onAPIError: { throw: true },
|
||||
emailAndPassword: { enabled: true, autoSignIn: false },
|
||||
trustedOrigins: ['http://localhost:3001'],
|
||||
plugins: [
|
||||
|
||||
Reference in New Issue
Block a user