Skip to content

Commit bba7d9f

Browse files
authored
Update index.tsx
1 parent c1c62b7 commit bba7d9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Amplify.configure({
1717
oauth: {
1818
domain: 'flipted-ios-test.auth.us-east-1.amazoncognito.com',
1919
scope: ['phone', 'email', 'profile', 'openid', 'aws.cognito.signin.user.admin'],
20-
redirectSignIn: 'http://localhost:3000/',
21-
redirectSignOut: 'http://localhost:3000/',
20+
redirectSignIn: 'https://cpsecapstone.github.io/webrew/',
21+
redirectSignOut: 'https://cpsecapstone.github.io/webrew/',
2222
responseType: 'token',
2323
},
2424
},

0 commit comments

Comments
 (0)