diff --git a/src/components/auth/AuthPhoneNumber.tsx b/src/components/auth/AuthPhoneNumber.tsx index f77f46ed1..5f09f5d85 100644 --- a/src/components/auth/AuthPhoneNumber.tsx +++ b/src/components/auth/AuthPhoneNumber.tsx @@ -28,7 +28,7 @@ type DispatchProps = Pick; -const MIN_NUMBER_LENGTH = 10; +const MIN_NUMBER_LENGTH = 7; let isPreloadInitiated = false;