Skip to content

Commit c8e601b

Browse files
authored
Merge pull request auth0-samples#29 from auth0-samples/aa-fix-env
Fixed callback URL in .env.example
2 parents d07d0b8 + 3ee56ae commit c8e601b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

01-Login/.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AUTH0_CLIENT_ID={CLIENT_ID}
22
AUTH0_DOMAIN={DOMAIN}
33
AUTH0_CLIENT_SECRET={CLIENT_SECRET}
4-
AUTH0_CALLBACK_URL={CALLBACK_URL}
4+
AUTH0_CALLBACK_URL=
55
API_ID={API_AUDIENCE}

0 commit comments

Comments
 (0)