From f8ad92ccf2941c3364eb054c98872143ff671931 Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Fri, 26 Sep 2025 01:31:23 +0800 Subject: [PATCH] :bug: Trying to fix authorize page --- app/pages/auth/authorize.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/pages/auth/authorize.vue b/app/pages/auth/authorize.vue index cae3cde..2495c1d 100644 --- a/app/pages/auth/authorize.vue +++ b/app/pages/auth/authorize.vue @@ -161,7 +161,7 @@ async function handleAuthorize() { "/id/auth/open/authorize", { method: "POST", - query: route.query + body: new URLSearchParams(window.location.search.slice(1)) } )