mirror of
https://github.com/soconnor0919/beenvoice.git
synced 2025-12-13 01:24:44 -05:00
feat: add trusted origin to authentication configuration.
This commit is contained in:
@@ -14,6 +14,7 @@ export const auth = betterAuth({
|
||||
verification: schema.verificationTokens,
|
||||
},
|
||||
}),
|
||||
trustedOrigins: ["https://beenvoice.soconnor.dev"],
|
||||
emailAndPassword: {
|
||||
enabled: true,
|
||||
password: {
|
||||
|
||||
Reference in New Issue
Block a user