Skip to content

Commit

Permalink
Add more redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierMod committed Apr 28, 2024
1 parent 6435660 commit 3cb6971
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions frontend/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ Amplify.configure({
oauth: {
scopes: ["email", "openid", "profile"],
redirectSignIn: [
"https://localhost:3000",
"https://flatini.formulathoughts.com",
"https://localhost:3000/",
"https://flatini.formulathoughts.com/",
"http://flatini.formulathoughts.com/",
"https://flatini.formulathoughts.com/*",
],
redirectSignOut: [
"https://localhost:3000",
Expand Down

0 comments on commit 3cb6971

Please sign in to comment.