fix auth manager

This commit is contained in:
IluaAir
2025-07-14 11:58:12 +03:00
parent a0f9aaeaea
commit dd6f06cd12
6 changed files with 7 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
from src.schemas.users import UserRequestADD, User, UserAdd
from src.services.base import BaseService
from src.utils.auth_manager import AuthManger
from src.core.auth_manager import AuthManger
class AuthService(BaseService):