Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Merge pull request #330 from perlun/patch-1
Browse files Browse the repository at this point in the history
README.md: Added missing comma
  • Loading branch information
RWOverdijk authored Feb 20, 2017
2 parents 59b7e3a + 76025ac commit 0af1c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Set your custom configuration. You can find all options and the default values i
/* authConfig.js */
var baseConfig = {
endpoint: 'auth', // use 'auth' endpoint for the auth server
configureEndpoints: ['auth'] // add Authorization header to 'auth' endpoint
configureEndpoints: ['auth'], // add Authorization header to 'auth' endpoint
facebook: {
clientId: 'your client id' // set your third-party providers client ids
}
Expand Down

0 comments on commit 0af1c63

Please sign in to comment.