Made main.html compatible with main

This commit is contained in:
Tracker-Friendly 2024-03-28 18:18:03 +00:00
parent c3c641dd7f
commit 1d56aafe27
1 changed files with 2 additions and 3 deletions

View File

@ -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