|
|
|
@ -18,6 +18,7 @@ from django.contrib.auth import authenticate |
|
|
|
from phonenumbers import parse, region_code_for_number |
|
|
|
from drf_yasg.utils import swagger_auto_schema |
|
|
|
from drf_yasg import openapi |
|
|
|
from rest_framework.exceptions import ValidationError |
|
|
|
|
|
|
|
from utils.exceptions import InvaliedCodeVrify, ExpiredCodeException, ServiceUnavailableException |
|
|
|
from apps.account.models import User |
|
|
|
|