Vue BetterAuth Client - twoFactor.verifyOtp missing redirect/callback URL param

The client created using import { createAuthClient } from "better-auth/vue" and with the plugin twoFactorClient() is missing a callback URL/redirect when calling twoFactor.verifyOtp().

It is references through the documentation here:
https://www.better-auth.com/docs/plugins/2fa#verifying-otp
Enhance your app's security with two-factor authentication.
Was this page helpful?