You've already forked RekomenciBackend
feat(): migrate to auth identity
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
from dishka import BaseScope, Provider, Scope, provide_all
|
||||
|
||||
from template_project.application.user.interactors.sign_up import UserSignUpInteractor
|
||||
from template_project.application.auth_identity.interactors.sign_up import AuthIdentityInteractor
|
||||
|
||||
|
||||
class InteractorProvider(Provider):
|
||||
scope: BaseScope | None = Scope.REQUEST
|
||||
|
||||
interactors = provide_all(
|
||||
UserSignUpInteractor,
|
||||
AuthIdentityInteractor,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user