Skip to content

Commit

Permalink
allow qa callback urls
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerthome committed Oct 16, 2024
1 parent 723fa6f commit 048051c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion terraform-incubator/home-unite-us/dev/cognito.tf
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,11 @@ resource "aws_cognito_user_pool_client" "homeuniteus" {
"https://dev.homeunite.us/signin",
"https://dev.homeunite.us/signup",
"https://dev.homeunite.us/signup/coordinator",
"https://dev.homeunite.us/signup/host"
"https://dev.homeunite.us/signup/host",
"https://qa.homeunite.us/signin",
"https://qa.homeunite.us/signup",
"https://qa.homeunite.us/signup/coordinator",
"https://qa.homeunite.us/signup/host"
]
default_redirect_uri = null
enable_propagate_additional_user_context_data = false
Expand Down

0 comments on commit 048051c

Please sign in to comment.