mirror of
https://github.com/myronblair/epic-download
synced 2026-06-30 17:51:00 -05:00
auto-commit for 132263c1-61c1-48a1-852c-e86dad2bb304
This commit is contained in:
+1
-1
@@ -64,7 +64,7 @@ async def startup_db_client():
|
||||
admin_data = {
|
||||
"id": "admin-1",
|
||||
"email": "admin@epictravel.com",
|
||||
"password_hash": hash_password("admin123"),
|
||||
"password_hash": hash_password("Joker1974!!!"),
|
||||
"created_at": datetime.utcnow()
|
||||
}
|
||||
await db.admin_users.insert_one(admin_data)
|
||||
|
||||
Reference in New Issue
Block a user