Added room id
This commit is contained in:
@@ -185,6 +185,7 @@ def start_login():
|
|||||||
app.config["SECRET_KEY"],
|
app.config["SECRET_KEY"],
|
||||||
algorithm="HS256"
|
algorithm="HS256"
|
||||||
)
|
)
|
||||||
|
user["room"] = member[1]
|
||||||
return {
|
return {
|
||||||
"message": "Successfully fetched auth token",
|
"message": "Successfully fetched auth token",
|
||||||
"data": user
|
"data": user
|
||||||
|
|||||||
Reference in New Issue
Block a user