We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f8eca5 commit 149cb68Copy full SHA for 149cb68
src/app/domain/accounts/services.py
@@ -28,6 +28,8 @@ class UserService(SQLAlchemyAsyncRepositoryService[m.User]):
28
class UserRepository(SQLAlchemyAsyncRepository[m.User]):
29
"""User SQLAlchemy Repository."""
30
31
+ model_type = m.User
32
+
33
repository_type = UserRepository
34
default_role = constants.DEFAULT_USER_ROLE
35
match_fields = ["email"]
0 commit comments