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)) } )