const { data, error } = await authClient.twoFactor.generateBackupCodes({
password: values.currentPassword,
});const { data, error } = await authClient.twoFactor.generateBackupCodes({
password: values.currentPassword,
}); ⨯ [TypeError: The "payload" argument must be of type object. Received null] {
code: 'ERR_INVALID_ARG_TYPE'
} ⨯ [TypeError: The "payload" argument must be of type object. Received null] {
code: 'ERR_INVALID_ARG_TYPE'
}