two factor with social

Hey I see in the documentation that enabling two factor requires a password

const { data } = await authClient.twoFactor.enable({
  password: "password", // user password required
  issuer: "my-app-name", // Optional, defaults to the app name
});
what happens when I am using social login
Was this page helpful?