updated events initializer

This commit is contained in:
2025-04-04 12:03:00 +03:00
parent f284d4c61b
commit b1c8203a33
24 changed files with 874 additions and 114 deletions

View File

@@ -41,6 +41,7 @@ def authentication_login_post(
"language": language or "",
"domain": domain or "",
"eys-ext": f"{str(uuid.uuid4())}",
"timezone": tz or "GMT+3",
}
if not domain or not language:
return JSONResponse(