Auth Code: Turn off autocomplete
This commit is contained in:
parent
de502bc70b
commit
3b1422a9aa
@ -108,7 +108,7 @@ const AuthCode: FC<StateProps & DispatchProps> = ({
|
||||
onInput={onCodeChange}
|
||||
value={code}
|
||||
error={authError}
|
||||
autoComplete="one-time-code"
|
||||
autoComplete="off"
|
||||
inputMode="decimal"
|
||||
/>
|
||||
{authIsLoading && <Loading />}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user