Skip to content

Commit 66b33d5

Browse files
committed
i made an oopsie when redirecting
1 parent 4f75ef6 commit 66b33d5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/lib/authentication.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export interface Tokens {
1010
const cognitoAuthConfig = {
1111
authority: "https://cognito-idp.us-west-2.amazonaws.com/us-west-2_lg1qptg2n",
1212
client_id: "4d6esoka62s46lo4d398o3sqpi",
13-
redirect_uri: "http://localhost:5173/auth/callback",
13+
redirect_uri: window.location.origin + "/auth/callback",
1414
response_type: "code",
1515
scope: "aws.cognito.signin.user.admin email openid phone profile"
1616
};

static/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-10-21T21:10:47.367Z
1+
2025-10-21T21:14:23.671Z

0 commit comments

Comments
 (0)