diff --git a/templates/main.html b/templates/main.html index da9cd2f..e9ff15b 100644 --- a/templates/main.html +++ b/templates/main.html @@ -28,9 +28,8 @@ // Create data object to send var data = { - client_id: client_id, - secretKey: secret_key, - state: state + appId: client_id, + secretKey: secret_key }; // Send data to example.org using POST request