change name to ensure 1p can detect field
This commit is contained in:
parent
cb8779a082
commit
29694d27c8
|
|
@ -29,8 +29,9 @@ export default function Reset() {
|
|||
<Stack>
|
||||
<TextInput
|
||||
required
|
||||
label={t`Code`}
|
||||
description={t`Enter your OTP or recovery code`}
|
||||
label={t`TOTP Code`}
|
||||
name='TOTP'
|
||||
description={t`Enter your TOTP or recovery code`}
|
||||
{...simpleForm.getInputProps('code')}
|
||||
/>
|
||||
</Stack>
|
||||
|
|
|
|||
Loading…
Reference in New Issue