mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-06-24 14:02:01 +00:00
fix
This commit is contained in:
parent
8ff1bae7e6
commit
b7badc146a
@ -49,7 +49,7 @@ class PhoneValidator:
|
||||
|
||||
def __call__(self, value):
|
||||
try:
|
||||
phone = phonenumbers.parse(value)
|
||||
phone = phonenumbers.parse(value, 'CN')
|
||||
valid = phonenumbers.is_valid_number(phone)
|
||||
except NumberParseException:
|
||||
valid = False
|
||||
|
Loading…
Reference in New Issue
Block a user