Skip to content

Commit

Permalink
Merge pull request #279 from cmurp25/mainline
Browse files Browse the repository at this point in the history
Prod Cognito pool updated
  • Loading branch information
nmbroome authored Feb 6, 2025
2 parents 50177a9 + cb64d2e commit 6a5044f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/visitor-console/src/config/getAmplifyConfig.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ interface AmplifyConfig {
export function getAmplifyConfig(): AmplifyConfig {
const hostname = window.location.hostname;

const prodUserPoolId = "us-east-1_TQ9FwRJ44";
const prodUserPoolClientId = "58lututlkaggp6h8tu9oauqp5p";
const prodUserPoolId = "us-east-1_biYxbm7Xf";
const prodUserPoolClientId = "1te4t5qtohl5t0c35lfcsl8vkr";

const betaUserPoolId = "us-east-1_4w535EQDB";
const betaUserPoolClientId = "6sfun4otg8chqplrmco2qvivni";
Expand Down

0 comments on commit 6a5044f

Please sign in to comment.