Fix: use correct maxLength prop for verification code input (#26244)

This commit is contained in:
Yongtao Huang
2025-09-28 13:44:14 +08:00
committed by GitHub
parent beb1448441
commit a5387b304e
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
'use client'
import { noop } from 'lodash'
import { noop } from 'lodash-es'
import Input from '@/app/components/base/input'
import { useTranslation } from 'react-i18next'
import { useContext } from 'use-context-selector'