Skip to content

Commit c880fd2

Browse files
committed
Fixing variables in login
1 parent 80569cd commit c880fd2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export const AUTH_CONFIG = {
2-
domain: '{DOMAIN}',
3-
clientId: '{CLIENT_ID}',
4-
callbackUrl: 'http://localhost:3000/callback'
2+
AUTH0_DOMAIN: '{DOMAIN}',
3+
auth0_client_id: '{CLIENT_ID}',
4+
AUTH0_CALLBACK_URL: 'http://localhost:3000/callback'
55
}

0 commit comments

Comments
 (0)