Skip to content

Commit

Permalink
Fix typo with quotes in security doc (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
b0g3r authored and axnsan12 committed Jan 28, 2019
1 parent 8e2228f commit 58e6dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/security.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ A very simple working configuration was provided by :ghuser:`Vigrond`, originall
'type': 'oauth2',
'authorizationUrl': '/yourapp/o/authorize',
'tokenUrl': '/yourapp/o/token/',
'flow": "accessCode',
'flow': 'accessCode',
'scopes': {
'read:groups': 'read groups',
}
Expand Down

0 comments on commit 58e6dae

Please sign in to comment.