Skip to content

Commit

Permalink
Update redirectSignIn and redirectSignOut
Browse files Browse the repository at this point in the history
  • Loading branch information
destin-estrela committed Aug 1, 2021
1 parent d9e8d65 commit 3b32db3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Amplify.configure({
oauth: {
domain: 'https://flipted-ios-test.auth.us-east-1.amazoncognito.com',
scope: ['email', 'profile', 'openid', 'aws.cognito.signin.user.admin'],
redirectSignIn: environment.redirectSignIn,
redirectSignOut: environment.redirectSignout,
redirectSignIn: 'http://destin-flipted.herokuapp.com/',
redirectSignOut: 'http://destin-flipted.herokuapp.com/',
responseType: 'token',
},
},
Expand Down

0 comments on commit 3b32db3

Please sign in to comment.