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