Skip to content

Commit 24d7fb0

Browse files
committed
Set callback url in .env.example
1 parent 8ef1e83 commit 24d7fb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

01-Login/.env.example

Lines changed: 2 additions & 2 deletions
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=
5-
API_ID={API_AUDIENCE}
4+
AUTH0_CALLBACK_URL=http://localhost:3000/callback
5+
AUTH0_AUDIENCE=

0 commit comments

Comments
 (0)