Added room id

This commit is contained in:
CHIEFSOFT\ameye
2024-12-18 03:13:35 -05:00
parent f285dd955a
commit d68e408594
+1
View File
@@ -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