two factor with social
Hey I see in the documentation that enabling two factor requires a password
what happens when I am using social login
what happens when I am using social login
const { data } = await authClient.twoFactor.enable({
password: "password", // user password required
issuer: "my-app-name", // Optional, defaults to the app name
});