Add Auth0 Client ID to config
This commit is contained in:
parent
0c4dd91175
commit
5ac38423c4
@ -7,7 +7,7 @@ const CONFIG = {
|
||||
// Auth0 Configuration
|
||||
auth0: {
|
||||
domain: 'dev-t13zhs74oltgqtfx.us.auth0.com',
|
||||
clientId: 'YOUR_CLIENT_ID', // Replace with your Auth0 Client ID
|
||||
clientId: 'AWRYU8EBnKaHvRQOMXXADxgGEoBN45oN',
|
||||
audience: 'https://dev-t13zhs74oltgqtfx.us.auth0.com/api/v2/',
|
||||
redirectUri: window.location.origin + '/dashboard.html',
|
||||
logoutUri: window.location.origin
|
||||
|
||||
Loading…
Reference in New Issue
Block a user