diff --git a/src/features/auth/components/StepEnterNumber.tsx b/src/features/auth/components/StepEnterNumber.tsx index bdf14d8..0a038f7 100644 --- a/src/features/auth/components/StepEnterNumber.tsx +++ b/src/features/auth/components/StepEnterNumber.tsx @@ -36,6 +36,7 @@ function StepEnterNumber() { onSubmit: (values) => { if (name) { values.slug = name as string + values.phone = 'abas' mutateOtpRequest(values, { onSuccess: () => { toast(t('auth.otp_sent'))