Auth Code: Turn off autocomplete

This commit is contained in:
Alexander Zinchuk 2021-05-15 02:46:13 +03:00
parent de502bc70b
commit 3b1422a9aa

View File

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