We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50a3e39 commit f2ff225Copy full SHA for f2ff225
packages/auth/src/auth.ts
@@ -173,6 +173,7 @@ export const auth = betterAuth({
173
},
174
}),
175
emailOTP({
176
+ // biome-ignore lint/suspicious/useAwait: we don't want to await here
177
async sendVerificationOTP({ email, otp, type }) {
178
const resend = new Resend(process.env.RESEND_API_KEY as string);
179
0 commit comments