We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f75ef6 commit 66b33d5Copy full SHA for 66b33d5
2 files changed
src/lib/authentication.ts
@@ -10,7 +10,7 @@ export interface Tokens {
10
const cognitoAuthConfig = {
11
authority: "https://cognito-idp.us-west-2.amazonaws.com/us-west-2_lg1qptg2n",
12
client_id: "4d6esoka62s46lo4d398o3sqpi",
13
- redirect_uri: "http://localhost:5173/auth/callback",
+ redirect_uri: window.location.origin + "/auth/callback",
14
response_type: "code",
15
scope: "aws.cognito.signin.user.admin email openid phone profile"
16
};
static/version.txt
@@ -1 +1 @@
1
-2025-10-21T21:10:47.367Z
+2025-10-21T21:14:23.671Z
0 commit comments