Skip to content

Commit 932eb04

Browse files
committed
wip
1 parent 20e4b00 commit 932eb04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils/authenticate.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ async function redirectToLocalStack() {
6060
);
6161
const redirectSearchParams = new URLSearchParams(redirectUri.query);
6262

63+
// TODO: Gather environment variables in a safer way - e.g. during extension activation
6364
// biome-ignore lint/style/noNonNullAssertion: false positive
6465
const url = new URL(process.env.LOCALSTACK_WEB_AUTH_REDIRECT!);
6566
url.searchParams.set("windowId", redirectSearchParams.get("windowId") ?? "");

0 commit comments

Comments
 (0)