From 8218f36d340095aa7fb6cb40c3f225698c745673 Mon Sep 17 00:00:00 2001 From: Harsh Mahajan Date: Mon, 23 Mar 2026 13:32:06 +0530 Subject: [PATCH] code rabbit comment --- src/Appwrite/Auth/OAuth2/X.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Appwrite/Auth/OAuth2/X.php b/src/Appwrite/Auth/OAuth2/X.php index b309f90c0f..105c404d1f 100644 --- a/src/Appwrite/Auth/OAuth2/X.php +++ b/src/Appwrite/Auth/OAuth2/X.php @@ -209,7 +209,7 @@ class X extends OAuth2 $this->user = \json_decode($this->request( 'GET', 'https://api.x.com/2/users/me?user.fields=confirmed_email', - ['Authorization: Bearer ' . \urlencode($accessToken)] + ['Authorization: Bearer ' . $accessToken] ), true); }