feat: add support for typed additional fields on core tables (#123)

This commit is contained in:
Bereket Engida
2024-10-09 14:40:29 +03:00
committed by GitHub
parent b77a698241
commit de3db23574
47 changed files with 764 additions and 299 deletions

View File

@@ -43,14 +43,6 @@ export const auth = betterAuth({
},
},
plugins: [
phoneNumber({
otp: {
sendOTP(phoneNumber, code) {
console.log(`Sending OTP to ${phoneNumber}: ${code}`);
},
sendOTPonSignUp: true,
},
}),
organization({
async sendInvitationEmail(data) {
const res = await resend.emails.send({