fix: auth page locale
This commit is contained in:
@@ -15,7 +15,7 @@ type Props = {
|
||||
|
||||
function StepEnterNumber({ onChange, pending, disabled, value }: Props) {
|
||||
const [error, setError] = useState('');
|
||||
const { t } = useTranslation();
|
||||
const { t } = useTranslation('auth');
|
||||
|
||||
const hasError = (e = error) => {
|
||||
return e.trim().length > 0
|
||||
|
||||
Reference in New Issue
Block a user