Auth Phone Number: Allow phone numbers with 7 and more symbols (#29)
This commit is contained in:
parent
f1dba27213
commit
e319dcb6da
@ -28,7 +28,7 @@ type DispatchProps = Pick<GlobalActions, (
|
|||||||
'setAuthPhoneNumber' | 'setAuthRememberMe' | 'loadNearestCountry' | 'clearAuthError' | 'gotToAuthQrCode'
|
'setAuthPhoneNumber' | 'setAuthRememberMe' | 'loadNearestCountry' | 'clearAuthError' | 'gotToAuthQrCode'
|
||||||
)>;
|
)>;
|
||||||
|
|
||||||
const MIN_NUMBER_LENGTH = 10;
|
const MIN_NUMBER_LENGTH = 7;
|
||||||
|
|
||||||
let isPreloadInitiated = false;
|
let isPreloadInitiated = false;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user