Skip to content

Commit 3b37efa

Browse files
authored
Added a missing comma in the fusionAuth config
1 parent d5fc095 commit 3b37efa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/config-examples/fusionauth.md

+2-2
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)