FIX: Default used to be POST
This commit is contained in:
parent
f8333961e4
commit
6260d0e9b0
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue