fix and update

This commit is contained in:
lendry
2026-07-01 12:14:50 +03:00
parent dce16af5a5
commit 6929fb41fc
7 changed files with 152 additions and 64 deletions

View File

@@ -40,7 +40,7 @@ export function deliverOAuthPopupResult(
const delivered = postOneTapResult(popupContext.popupOrigin, {
code: parsed.code ?? undefined,
state: parsed.state ?? undefined,
token: parsed.code ?? undefined,
grantType: parsed.code ? 'authorization_code' : undefined,
error: parsed.error ?? undefined,
errorDescription: parsed.errorDescription ?? undefined
});