Merge pull request #1 from yimothysu/main
Add /auth/login and /auth/signup routes
This commit is contained in:
@ -14,7 +14,7 @@ export const auth = betterAuth({
|
||||
},
|
||||
},
|
||||
emailAndPassword: {
|
||||
enabled: false,
|
||||
enabled: true,
|
||||
},
|
||||
appName: "OpenCut",
|
||||
trustedOrigins: ["http://localhost:3000"],
|
||||
|
Reference in New Issue
Block a user