Ready for 1.1.5-rc.4

This commit is contained in:
charlesgauthereau
2025-12-21 19:27:00 +01:00
parent 116229a29e
commit a6e52fd03d
+1 -1
View File
@@ -21,6 +21,7 @@ export const auth = betterAuth({
provider: "pg",
schema: drizzleDb.schemas,
}),
baseURL: env.PROJECT_URL,
secret: env.PROJECT_SECRET,
emailAndPassword: {
enabled: true,
@@ -46,7 +47,6 @@ export const auth = betterAuth({
async sendVerificationEmail({user, token, url}) {
await sendEmail({
to: user.email,
subject: "Portabase Email Verification",