Skip to content

Commit

Permalink
(HP-1699): use single quotes in header
Browse files Browse the repository at this point in the history
  • Loading branch information
george42-ctds committed Sep 19, 2024
1 parent 358bfff commit 99469dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wts/resources/oauth2.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def client_do_authorize():
try:
tokens = client.fetch_token(
token_url,
headers={"User-Agent": "Gen3WTS / 0.4.3"},
headers={"User-Agent": "Gen3WTS/0.4.3"},
**flask.request.args.to_dict()
)
refresh_refresh_token(tokens, requested_idp, username_field)
Expand Down

0 comments on commit 99469dc

Please sign in to comment.