Removed state, what was that doing there?

This commit is contained in:
Tracker-Friendly 2024-03-28 17:47:44 +00:00
parent 885f3ea62d
commit e27cf47083
1 changed files with 0 additions and 1 deletions

1
main
View File

@ -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"])