2
0
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:
Matthias Mair
2025-01-08 20:50:37 +01:00
parent cb8779a082
commit 29694d27c8

View File

@ -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>