Skip to content

Commit

Permalink
Merge pull request #574 from dakkafex/patch-1
Browse files Browse the repository at this point in the history
Added a missing comma in the fusionAuth config
  • Loading branch information
Kadi Kraman authored Nov 3, 2020
2 parents d5fc095 + 3b37efa commit a0ed201
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/config-examples/fusionauth.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Use the following configuration (replacing the `clientId` with your application
const config = {
issuer: 'http://localhost:9011',
clientId: '253eb7aa-687a-4bf3-b12b-26baa40eecbf',
redirectUrl: 'fusionauth.demo:/callback'
scopes: ['offline_access', 'openid']
redirectUrl: 'fusionauth.demo:/callback',
scopes: ['offline_access', 'openid'],
};

// Log in to get an authentication token
Expand Down

0 comments on commit a0ed201

Please sign in to comment.