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 1d2ad61 commit ca9a41dCopy full SHA for ca9a41d
app/routers/admin/routes.py
@@ -24,7 +24,7 @@ async def create_admin(session: AsyncSession):
24
community = DBCommunity(
25
username=ADMIN_USER,
26
email=ADMIN_EMAIL,
27
- password=str(hashed_password),
+ password=hashed_password,
28
role="admin",
29
)
30
await create_community(session=session, community=community)
0 commit comments