mirror of
https://github.com/danog/telegram-tt.git
synced 2024-11-27 04:45:08 +01:00
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'
|
||||
)>;
|
||||
|
||||
const MIN_NUMBER_LENGTH = 10;
|
||||
const MIN_NUMBER_LENGTH = 7;
|
||||
|
||||
let isPreloadInitiated = false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user