mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-18 04:55:44 +00:00
change name to ensure 1p can detect field
This commit is contained in:
@ -29,8 +29,9 @@ export default function Reset() {
|
|||||||
<Stack>
|
<Stack>
|
||||||
<TextInput
|
<TextInput
|
||||||
required
|
required
|
||||||
label={t`Code`}
|
label={t`TOTP Code`}
|
||||||
description={t`Enter your OTP or recovery code`}
|
name='TOTP'
|
||||||
|
description={t`Enter your TOTP or recovery code`}
|
||||||
{...simpleForm.getInputProps('code')}
|
{...simpleForm.getInputProps('code')}
|
||||||
/>
|
/>
|
||||||
</Stack>
|
</Stack>
|
||||||
|
Reference in New Issue
Block a user