FIX: Default used to be POST

This commit is contained in:
Robin Ward 2018-04-25 13:22:06 -04:00
parent f8333961e4
commit 6260d0e9b0
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ login:
oauth2_token_url: '' oauth2_token_url: ''
oauth2_user_json_url: '' oauth2_user_json_url: ''
oauth2_token_url_method: oauth2_token_url_method:
default: 'GET' default: 'POST'
type: enum type: enum
choices: choices:
- GET - GET