Skip to content
This repository has been archived by the owner on Oct 16, 2019. It is now read-only.

Commit

Permalink
Merge pull request #47 from auth0-samples/auth0js-v8
Browse files Browse the repository at this point in the history
remove audience
  • Loading branch information
chenkie authored Jan 25, 2017
2 parents 7974733 + ac43608 commit d788c6b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion 02-Custom-Login/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
clientID: AUTH0_CLIENT_ID,
domain: AUTH0_DOMAIN,
responseType: 'token id_token',
audience: 'https://' + AUTH0_DOMAIN + '/userinfo',
redirectUri: AUTH0_CALLBACK_URL
});

Expand Down

0 comments on commit d788c6b

Please sign in to comment.