Skip to content

Commit

Permalink
Update httpx_auth/_oauth2/resource_owner_password.py
Browse files Browse the repository at this point in the history
Co-authored-by: Colin Bounouar <Colin-b@users.noreply.github.com>
  • Loading branch information
rafalkrupinski and Colin-b authored Feb 24, 2024
1 parent dda1cd5 commit 4bfb2cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion httpx_auth/_oauth2/resource_owner_password.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def __init__(self, token_url: str, username: str, password: str, **kwargs):
Use it to provide a custom proxying rule for instance.
:param kwargs: all additional authorization parameters that should be put as body parameters in the token URL.
"""
super().__init__()
OAuth2BaseAuth.__init__(self)

self.token_url = token_url
if not self.token_url:
Expand Down

0 comments on commit 4bfb2cd

Please sign in to comment.