From 3b1422a9aaf30d47c4cf8abc90a56a41d3466dd4 Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Sat, 15 May 2021 02:46:13 +0300 Subject: [PATCH] Auth Code: Turn off autocomplete --- src/components/auth/AuthCode.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/auth/AuthCode.tsx b/src/components/auth/AuthCode.tsx index c8d22d103..77a298d8c 100644 --- a/src/components/auth/AuthCode.tsx +++ b/src/components/auth/AuthCode.tsx @@ -108,7 +108,7 @@ const AuthCode: FC = ({ onInput={onCodeChange} value={code} error={authError} - autoComplete="one-time-code" + autoComplete="off" inputMode="decimal" /> {authIsLoading && }