diff --git a/schemas/auth.py b/schemas/auth.py index e0f2a3e..0badf3a 100644 --- a/schemas/auth.py +++ b/schemas/auth.py @@ -8,7 +8,7 @@ class AuthLoginRequest(CustomModelSnake): first_name: str hash: str id: int - photo_url: Optional[str] + photo_url: Optional[str] = None class AuthLoginResponse(BaseSchema):