Skip to content

Commit bd9b1b3

Browse files
mihaiplesaCopilot
andauthored
Update app/api/oauth/uphold.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 2631a6d commit bd9b1b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/api/oauth/uphold.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ async def auth(environment: Environment, request: Request) -> RedirectResponse:
3737
async def token(environment: Environment, request: Request) -> JSONResponse:
3838
"""
3939
Forward OAuth token exchange request to Uphold.
40-
Sets Basic Authorization header forwards the request.
40+
Sets Basic Authorization header and forwards the request.
4141
4242
Example: POST /api/oauth/uphold/production/token
4343
"""

0 commit comments

Comments
 (0)