Update app version and set reauth to True...should fix login problems

This commit is contained in:
Kevin Fronczak
2020-08-01 02:10:25 +00:00
parent bff6ef92ce
commit 3a22dddc82
+2 -2
View File
@@ -27,12 +27,12 @@ def request_login(
"password": login_data["password"],
"notification_key": login_data["notification_key"],
"unique_id": login_data["uid"],
"app_version": "6.0.7 (520300) #afb0be72a",
"app_version": "6.0.12",
"device_identifier": login_data["device_id"],
"client_name": "Computer",
"client_type": "android",
"os_version": "5.1.1",
"reauth": "false",
"reauth": "true",
}
)
return auth.query(