Fix: use correct maxLength prop for verification code input (#26244)
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user