We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 461526b commit 6624746Copy full SHA for 6624746
src/common/config.ts
@@ -93,7 +93,7 @@ const environmentConfig: EnvironmentConfigType = {
93
ValidCorsOrigins: [
94
/^https:\/\/(?:.*\.)?acmuiuc\.pages\.dev$/,
95
/^https?:\/\/([a-zA-Z0-9-]+\.)*acm\.illinois\.edu$/,
96
- / http: \/\/localhost:\d+$/,
+ /http:\/\/localhost:\d+$/,
97
],
98
AadValidClientId: "5e08cf0f-53bb-4e09-9df2-e9bdc3467296",
99
PasskitIdentifier: "pass.edu.illinois.acm.membership",
0 commit comments