mirror of
https://github.com/danog/telegram-tt.git
synced 2024-11-27 04:45:08 +01:00
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…
Reference in New Issue
Block a user