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}
|
onInput={onCodeChange}
|
||||||
value={code}
|
value={code}
|
||||||
error={authError}
|
error={authError}
|
||||||
autoComplete="one-time-code"
|
autoComplete="off"
|
||||||
inputMode="decimal"
|
inputMode="decimal"
|
||||||
/>
|
/>
|
||||||
{authIsLoading && <Loading />}
|
{authIsLoading && <Loading />}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user