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 // Create data object to send
var data = { var data = {
client_id: client_id, appId: client_id,
secretKey: secret_key, secretKey: secret_key
state: state
}; };
// Send data to example.org using POST request // Send data to example.org using POST request