Skip to content

Commit d3401ab

Browse files
Update docs/config-examples/github.md
Co-Authored-By: Kadi Kraman <hellokadi@gmail.com>
1 parent 899065d commit d3401ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/config-examples/github.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ For the Authorization callback URL, choose something like `com.myapp://oauthredi
1212
const config = {
1313
redirectUrl: 'com.my.auth.app://oauthredirect',
1414
clientId: '<client-id>',
15-
clientSecret: '<client-secret',
15+
clientSecret: '<client-secret>',
1616
scopes: ['identity'],
1717
serviceConfiguration: {
1818
authorizationEndpoint: 'https://github.com/login/oauth/authorize',

0 commit comments

Comments
 (0)