We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a440993 commit 14e84edCopy full SHA for 14e84ed
1 file changed
04-Authorization/src/Auth/auth0-variables.js.example
@@ -2,5 +2,5 @@ export const AUTH_CONFIG = {
2
domain: '{DOMAIN}',
3
clientId: '{CLIENT_ID}',
4
callbackUrl: 'http://localhost:3000/callback',
5
- apiUrl: {API_IDENTIFIER}
+ apiUrl: '{API_IDENTIFIER}'
6
}
0 commit comments