updated events initializer
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
from .auth.route import auth_route
|
||||
|
||||
__all__ = [
|
||||
"auth_route",
|
||||
]
|
||||
@@ -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