feat(frontend): Update better-auth, add orga slug check, add PDF preview, fix invitation
This commit is contained in:
@@ -6,6 +6,7 @@ import { resend } from './mail'
|
||||
export const auth = betterAuth({
|
||||
database: new Database('./sqlite.db'),
|
||||
emailAndPassword: { enabled: true, autoSignIn: false },
|
||||
trustedOrigins: ["http://localhost:3001"],
|
||||
plugins: [
|
||||
jwt({
|
||||
jwt: {
|
||||
|
||||
Reference in New Issue
Block a user