Skip to content

Commit a0ed201

Browse files
author
Kadi Kraman
authored
Merge pull request #574 from dakkafex/patch-1
Added a missing comma in the fusionAuth config
2 parents d5fc095 + 3b37efa commit a0ed201

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/config-examples/fusionauth.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Use the following configuration (replacing the `clientId` with your application
1212
const config = {
1313
issuer: 'http://localhost:9011',
1414
clientId: '253eb7aa-687a-4bf3-b12b-26baa40eecbf',
15-
redirectUrl: 'fusionauth.demo:/callback'
16-
scopes: ['offline_access', 'openid']
15+
redirectUrl: 'fusionauth.demo:/callback',
16+
scopes: ['offline_access', 'openid'],
1717
};
1818

1919
// Log in to get an authentication token

0 commit comments

Comments
 (0)