Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 98db41b

Browse files
committed
Add auth0 clientId to master
1 parent a2b9e9b commit 98db41b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

webpack.config.coffee

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,9 @@ module.exports = (options) ->
4040

4141
if ENV == 'master'
4242
envConstants =
43-
API_URL : 'https://api-work.topcoder.com'
44-
AUTH0_DOMAIN : 'topcoder.auth0.com'
43+
API_URL : 'https://api-work.topcoder.com'
44+
AUTH0_CLIENT_ID : '6ZwZEUo2ZK4c50aLPpgupeg5v2Ffxp9P'
45+
AUTH0_DOMAIN : 'topcoder.auth0.com'
4546

4647
Object.assign process.env, envConstants if envConstants
4748

0 commit comments

Comments
 (0)