Skip to content

Commit 14e84ed

Browse files
committed
quote around API_IDENTIFIER
1 parent a440993 commit 14e84ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

04-Authorization/src/Auth/auth0-variables.js.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ export const AUTH_CONFIG = {
22
domain: '{DOMAIN}',
33
clientId: '{CLIENT_ID}',
44
callbackUrl: 'http://localhost:3000/callback',
5-
apiUrl: {API_IDENTIFIER}
5+
apiUrl: '{API_IDENTIFIER}'
66
}

0 commit comments

Comments
 (0)