We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 563d644 commit 2b7972aCopy full SHA for 2b7972a
1 file changed
app/db/init_db.py
@@ -23,7 +23,7 @@ async def create_db_and_tables():
23
with Session(db_engine) as session:
24
dummy_user = User(
25
login_id="Admin",
26
- email="yimnabin20051022@gmail.com",
+ email="resq.404found@gmail.com",
27
password=pwd_context.hash("Admin"),
28
username="username",
29
role=UserRole.ADMIN,
0 commit comments