Skip to content

Commit 0cbfb07

Browse files
Update src/core/webview/webviewMessageHandler.ts
Co-authored-by: roomote[bot] <219738659+roomote[bot]@users.noreply.github.com>
1 parent a095fdc commit 0cbfb07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/webview/webviewMessageHandler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2266,7 +2266,7 @@ export const webviewMessageHandler = async (
22662266
throw new Error(t("common:errors.manual_url_no_query"))
22672267
}
22682268

2269-
const query = new URLSearchParams(uri.query.replace(/\+/g, "%2B"))
2269+
const query = new URLSearchParams(uri.query)
22702270
const code = query.get("code")
22712271
const state = query.get("state")
22722272
const organizationId = query.get("organizationId")

0 commit comments

Comments
 (0)