Skip to content

Commit ca9230a

Browse files
committed
Fix merge issue
1 parent 90428fe commit ca9230a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/mcp/client/auth.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -621,9 +621,9 @@ async def async_auth_flow(self, request: httpx.Request) -> AsyncGenerator[httpx.
621621
logger.exception("OAuth flow error")
622622
raise
623623

624-
# Retry with new tokens
625-
self._add_auth_header(request)
626-
yield request
624+
# Retry with new tokens
625+
self._add_auth_header(request)
626+
yield request
627627

628628

629629
class RFC7523OAuthClientProvider(OAuthClientProvider):

0 commit comments

Comments
 (0)