Skip to content

Commit 6b78c8c

Browse files
committed
foo
1 parent a06960f commit 6b78c8c

File tree

1 file changed

+1
-1
lines changed
  • components/server/src/oauth-server

1 file changed

+1
-1
lines changed

components/server/src/oauth-server/db.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ function createVSCodeClient(protocol: "vscode" | "vscode-insiders" | "vscodium"
6565
}: Gitpod extension`,
6666
redirectUris: [
6767
protocol + "://gitpod.gitpod-desktop/complete-gitpod-auth",
68-
protocol + "://gitpod.gitpod-foo/complete-gitpod-auth",
68+
"https://gitpodio-gitpodvscodeth-kwt2zgu8y2q.ws.jp-vscode-callback.preview.gitpod-dev.com/vscode-extension-auth-callback",
6969
],
7070
allowedGrants: ["authorization_code"],
7171
scopes: [

0 commit comments

Comments
 (0)