We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5fc095 commit 3b37efaCopy full SHA for 3b37efa
docs/config-examples/fusionauth.md
@@ -12,8 +12,8 @@ Use the following configuration (replacing the `clientId` with your application
12
const config = {
13
issuer: 'http://localhost:9011',
14
clientId: '253eb7aa-687a-4bf3-b12b-26baa40eecbf',
15
- redirectUrl: 'fusionauth.demo:/callback'
16
- scopes: ['offline_access', 'openid']
+ redirectUrl: 'fusionauth.demo:/callback',
+ scopes: ['offline_access', 'openid'],
17
};
18
19
// Log in to get an authentication token
0 commit comments