fix url auth with oauth2 (#36)

Co-authored-by: Rafael Stauffer <rafael.staffer@hotmail.de>
This commit is contained in:
Rafael Stauffer 2023-04-09 18:36:31 +02:00 committed by GitHub
parent aacd12bafe
commit 90bd223664
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,