fix url auth with oauth2 (#36)
Co-authored-by: Rafael Stauffer <rafael.staffer@hotmail.de>
This commit is contained in:
parent
aacd12bafe
commit
90bd223664
@ -207,7 +207,7 @@ class RecordService(CrudService):
|
||||
}
|
||||
)
|
||||
response_data = self.client.send(
|
||||
self.base_collection_path() + "/auth-with-password",
|
||||
self.base_collection_path() + "/auth-with-oauth2",
|
||||
{
|
||||
"method": "POST",
|
||||
"params": query_params,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user