minor bug fixes.

This commit is contained in:
Joshua Ashton
2025-02-01 22:32:35 -07:00
parent eab066346e
commit 0b9bd47609
4 changed files with 2 additions and 5 deletions
-2
View File
@@ -7,9 +7,7 @@ $html = '';
$client_id = $_ENV['SPOTIFY_CLIENT_ID'];
$client_secret = $_ENV['SPOTIFY_CLIENT_SECRET'];
// $auth_code = $_ENV['SPOTIFY_AUTH_CODE'];
$auth_code = $_GET['code'];
// $auth_state = $_GET['state'];
$client_credentials = get_client_credentials($client_id, $client_secret);