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 20e4b00 commit 932eb04Copy full SHA for 932eb04
src/utils/authenticate.ts
@@ -60,6 +60,7 @@ async function redirectToLocalStack() {
60
);
61
const redirectSearchParams = new URLSearchParams(redirectUri.query);
62
63
+ // TODO: Gather environment variables in a safer way - e.g. during extension activation
64
// biome-ignore lint/style/noNonNullAssertion: false positive
65
const url = new URL(process.env.LOCALSTACK_WEB_AUTH_REDIRECT!);
66
url.searchParams.set("windowId", redirectSearchParams.get("windowId") ?? "");
0 commit comments