updated events initializer
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user