Added room id
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user