feat: complete auth/profile username migration and runtime safeguards
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
from __future__ import annotations
|
||||
|
||||
from v1.auth.service import AuthService, SupabaseAuthGateway
|
||||
from v1.auth.gateway import SupabaseAuthGateway
|
||||
from v1.auth.service import AuthService
|
||||
|
||||
|
||||
def get_auth_service() -> AuthService:
|
||||
|
||||
Reference in New Issue
Block a user