We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 012b2b1 commit 84380bbCopy full SHA for 84380bb
apps/web/src/app/(centered)/extension/sign-in/page.tsx
@@ -43,7 +43,11 @@ export default async function Page(props: Props) {
43
let editorRedirect = EXTENSION_URI_SCHEME;
44
45
try {
46
- const params = new URLSearchParams({ state, code });
+ const params = new URLSearchParams({
47
+ state,
48
+ code,
49
+ organizationId: orgId,
50
+ });
51
52
editorRedirect = new URL(
53
`/auth/clerk/callback?${params.toString()}`,
0 commit comments