Skip to content

Commit b2bdee3

Browse files
committed
fixed config.ts file
1 parent 254d210 commit b2bdee3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const ENVIRONMENTS: Record<'local-dev' | 'dev' | 'prod', AppConfig> = {
2525
auth: {
2626
authority: 'https://login.microsoftonline.com/44467e6f-462c-4ea2-823f-7800de5434e3',
2727
clientId: '7924ef11-be10-413d-aaa9-f1d634e85a26',
28-
redirectUri: 'https://rsvp.aws.qa.acmuiuc.org/auth/callback'
28+
redirectUri: 'https://rsvp.qa.acmuiuc.org/auth/callback'
2929
}
3030
},
3131

0 commit comments

Comments
 (0)