From a866c9f491acaf65dec55d94c899303f96c61520 Mon Sep 17 00:00:00 2001 From: Tim Carr Date: Mon, 13 Jul 2026 11:22:20 +0800 Subject: [PATCH] Fix: Uninstall: OAuth Client ID --- uninstall.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uninstall.php b/uninstall.php index c80b2de..2dbd918 100644 --- a/uninstall.php +++ b/uninstall.php @@ -40,7 +40,7 @@ 'Content-Type' => 'application/x-www-form-urlencoded', ), 'body' => array( - 'client_id' => 'L0kyADsB3WP5zO5MvUpXQU64gIntQg9BBAIme17r_7A', + 'client_id' => '147qqKJeENYp5MqgL6AOShDDcLK3UQeClmcIV1ij3gI', 'token' => $connection['access_token'], 'token_type_hint' => 'access_token', ), @@ -58,7 +58,7 @@ 'Content-Type' => 'application/x-www-form-urlencoded', ), 'body' => array( - 'client_id' => 'L0kyADsB3WP5zO5MvUpXQU64gIntQg9BBAIme17r_7A', + 'client_id' => '147qqKJeENYp5MqgL6AOShDDcLK3UQeClmcIV1ij3gI', 'token' => $connection['refresh_token'], 'token_type_hint' => 'refresh_token', ),