fix: can't add gitlab personal access token and add more debug log in validate_provider_token (#8782)

This commit is contained in:
baii
2025-06-03 23:57:04 +08:00
committed by GitHub
parent 633d5b26d0
commit b706f59cfd
5 changed files with 22 additions and 5 deletions

View File

@@ -130,6 +130,7 @@ class ProviderHandler:
external_auth_token=self.external_auth_token,
token=token.token,
external_token_manager=self.external_token_manager,
base_domain=token.host,
)
async def get_user(self) -> User: