Skip to content

Commit 3ee56ae

Browse files
committed
Fixed callback URL in .env.example
1 parent d07d0b8 commit 3ee56ae

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)