mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-23 23:52:05 -05:00
Update packages/better-auth/src/plugins/oidc-provider/authorize.ts
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
7d7f0d1a7a
commit
a366bf3af5
@@ -67,7 +67,7 @@ export async function authorize(
|
||||
},
|
||||
);
|
||||
const queryParams = new URLSearchParams(ctx.query);
|
||||
return handleRedirect(`${options.loginPage}?${queryParams.toString}`);
|
||||
return handleRedirect(`${options.loginPage}?${queryParams.toString()}`);
|
||||
}
|
||||
|
||||
const query = ctx.query as AuthorizationQuery;
|
||||
|
||||
Reference in New Issue
Block a user