bulk cart

This commit is contained in:
hamid zarghami
2025-12-01 10:33:22 +03:30
parent 788d23b185
commit b4b900cfc1
8 changed files with 83 additions and 11 deletions
@@ -22,7 +22,7 @@ type StepEnterNumberProps = {
value?: string
}
function StepEnterNumber (_props: StepEnterNumberProps = {}) {
function StepEnterNumber(_props: StepEnterNumberProps = {}) {
void _props
const { t } = useTranslation('auth')
@@ -31,6 +31,7 @@ function StepEnterNumber (_props: StepEnterNumberProps = {}) {
const { mutate: mutateOtpRequest, isPending } = useOtpRequest()
const formik = useFormik<LoginOTPRequestType>({
initialValues: {
phone: '',