🐛 Trying to fix authorize page

This commit is contained in:
2025-09-26 01:31:23 +08:00
parent 847fecc67b
commit f8ad92ccf2

View File

@@ -161,7 +161,7 @@ async function handleAuthorize() {
"/id/auth/open/authorize",
{
method: "POST",
query: route.query
body: new URLSearchParams(window.location.search.slice(1))
}
)