diff --git a/services/web/project/__init__.py b/services/web/project/__init__.py index 66ee97d..abe3d4c 100644 --- a/services/web/project/__init__.py +++ b/services/web/project/__init__.py @@ -185,6 +185,7 @@ def start_login(): app.config["SECRET_KEY"], algorithm="HS256" ) + user["room"] = member[1] return { "message": "Successfully fetched auth token", "data": user