Skip to content

Commit

Permalink
amplify fix: type is string array (#139805)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmrabian authored Oct 23, 2024
1 parent 877bb81 commit 18c7b19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/ui-src/src/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ Amplify.configure({
loginWith: {
oauth: {
domain: config.cognito.APP_CLIENT_DOMAIN,
redirectSignIn: config.cognito.REDIRECT_SIGNIN,
redirectSignOut: config.cognito.REDIRECT_SIGNOUT,
redirectSignIn: [config.cognito.REDIRECT_SIGNIN],
redirectSignOut: [config.cognito.REDIRECT_SIGNOUT],
scopes: [
"email",
"openid",
Expand Down

0 comments on commit 18c7b19

Please sign in to comment.