bulk cart
This commit is contained in:
@@ -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: '',
|
||||
|
||||
Reference in New Issue
Block a user