Fix typo with quotes in security doc (#300)

master
Dima Boger 2019-01-29 00:14:33 +03:00 committed by Cristi Vîjdea
parent 8e2228fe5f
commit 58e6dae548
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ A very simple working configuration was provided by :ghuser:`Vigrond`, originall
'type': 'oauth2', 'type': 'oauth2',
'authorizationUrl': '/yourapp/o/authorize', 'authorizationUrl': '/yourapp/o/authorize',
'tokenUrl': '/yourapp/o/token/', 'tokenUrl': '/yourapp/o/token/',
'flow": "accessCode', 'flow': 'accessCode',
'scopes': { 'scopes': {
'read:groups': 'read groups', 'read:groups': 'read groups',
} }