Fix Auth0 domain: add .us. region prefix
This commit is contained in:
parent
2e693de7fa
commit
0c4dd91175
@ -6,9 +6,9 @@
|
||||
const CONFIG = {
|
||||
// Auth0 Configuration
|
||||
auth0: {
|
||||
domain: 'dev-t13zhs74oltgqtfxf.auth0.com',
|
||||
domain: 'dev-t13zhs74oltgqtfx.us.auth0.com',
|
||||
clientId: 'YOUR_CLIENT_ID', // Replace with your Auth0 Client ID
|
||||
audience: 'https://dev-t13zhs74oltgqtfxf.auth0.com/api/v2/',
|
||||
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