From 1d56aafe27ac4c1505bae966c38bf4a47bea2066 Mon Sep 17 00:00:00 2001 From: arzumify Date: Thu, 28 Mar 2024 18:18:03 +0000 Subject: [PATCH] Made main.html compatible with main --- templates/main.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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