Skip to content

Commit 440ed32

Browse files
committed
Let's call it auth_redirect
1 parent ba0006e commit 440ed32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cloud/src/AuthService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export class AuthService extends EventEmitter<AuthServiceEvents> {
9898
const name = packageJSON?.name ?? "roo-cline"
9999
const params = new URLSearchParams({
100100
state,
101-
editor_redirect: `${vscode.env.uriScheme}://${publisher}.${name}`,
101+
auth_redirect: `${vscode.env.uriScheme}://${publisher}.${name}`,
102102
})
103103
const url = `${getRooCodeApiUrl()}/extension/sign-in?${params.toString()}`
104104
await vscode.env.openExternal(vscode.Uri.parse(url))

0 commit comments

Comments
 (0)