Skip to content

Commit 4ca45f8

Browse files
committed
changing callback URL
1 parent 8539932 commit 4ca45f8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ defaults: &defaults
1414
echo "export const AUTH_CONFIG = {" >> $AUTH0_CFG
1515
echo " clientId: '$AUTH0_TEST_CLIENT_ID'," >> $AUTH0_CFG
1616
echo " domain: '$AUTH0_TEST_DOMAIN'," >> $AUTH0_CFG
17-
echo " callbackUrl: 'https://localhost:3000/callback'," >> $AUTH0_CFG
17+
echo " callbackUrl: 'http://localhost:3000/callback'," >> $AUTH0_CFG
1818
echo " apiUrl: '$AUTH0_TEST_AUDIENCE'" >> $AUTH0_CFG
1919
echo "}" >> $AUTH0_CFG
2020
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export const AUTH_CONFIG = {
22
domain: '{DOMAIN}',
33
clientId: '{CLIENT_ID}',
4-
callbackUrl: 'https://localhost:3000/callback'
4+
callbackUrl: 'http://localhost:3000/callback'
55
}

0 commit comments

Comments
 (0)