From 86275ebf3c9061267b772d771d6aeeac7f256775 Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Tue, 27 Jul 2021 20:14:02 +0300 Subject: [PATCH] Auth Code: Use correct numeric keypad (#1323) --- src/components/auth/AuthCode.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/auth/AuthCode.tsx b/src/components/auth/AuthCode.tsx index 8b0643a5..dfc1ab6e 100644 --- a/src/components/auth/AuthCode.tsx +++ b/src/components/auth/AuthCode.tsx @@ -109,8 +109,8 @@ const AuthCode: FC = ({ onInput={onCodeChange} value={code} error={authError && lang(authError)} - autoComplete="off" - inputMode="decimal" + autoComplete="one-time-code" + inputMode="numeric" /> {authIsLoading && }