This commit is contained in:
eric
2026-03-26 02:35:13 -05:00
parent fcf990c133
commit 5306e8b5cc
32 changed files with 583 additions and 47 deletions

View File

@@ -193,6 +193,7 @@ async def ensure_user(item: EnsureUserRequest):
"email": email,
"password": DEFAULT_PASSWORD,
"passwordConfirm": DEFAULT_PASSWORD,
"live_allowed": True,
},
headers={
"Content-Type": "application/json",