chore: update react to v17

This commit is contained in:
Rafael Taranto 2025-04-11 10:38:20 +01:00
parent 6a72881c6c
commit f31151b80b
10 changed files with 96 additions and 329 deletions

View file

@ -116,7 +116,6 @@ const Input2FAState = ({ state, dispatch }) => {
onChange={handle2FAChange}
numInputs={6}
error={invalidToken}
shouldAutoFocus
/>
<button onClick={handleSubmit} className={classes.enterButton} />
</Form>