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>
|
||||
<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>
|
||||
|
Reference in New Issue
Block a user