mirror of
https://github.com/danog/telegram-tt.git
synced 2024-11-26 20:34:44 +01:00
Auth Code: Use correct numeric keypad (#1323)
This commit is contained in:
parent
49c53817ce
commit
86275ebf3c
@ -109,8 +109,8 @@ const AuthCode: FC<StateProps & DispatchProps> = ({
|
||||
onInput={onCodeChange}
|
||||
value={code}
|
||||
error={authError && lang(authError)}
|
||||
autoComplete="off"
|
||||
inputMode="decimal"
|
||||
autoComplete="one-time-code"
|
||||
inputMode="numeric"
|
||||
/>
|
||||
{authIsLoading && <Loading />}
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user