Removed state, what was that doing there?
This commit is contained in:
parent
885f3ea62d
commit
e27cf47083
1
main
1
main
|
@ -214,7 +214,6 @@ async def apiauthenticate():
|
||||||
data = await request.get_json()
|
data = await request.get_json()
|
||||||
secretKey = data["secretKey"]
|
secretKey = data["secretKey"]
|
||||||
appId = data["appId"]
|
appId = data["appId"]
|
||||||
state = data["state"]
|
|
||||||
|
|
||||||
userCookie = get_session(secretKey)
|
userCookie = get_session(secretKey)
|
||||||
user = get_user(userCookie["id"])
|
user = get_user(userCookie["id"])
|
||||||
|
|
Reference in New Issue