We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8cd624 commit afe8c8dCopy full SHA for afe8c8d
src/shared/Atlassian.Bitbucket/BitbucketHostProvider.cs
@@ -236,7 +236,7 @@ private async Task<string> ResolveOAuthUserNameAsync(string accessToken)
236
237
private async Task<bool> RequiresTwoFactorAuthenticationAsync(ICredential credentials, Uri targetUri)
238
{
239
- if(IsBitbucketServer(targetUri))
+ if (IsBitbucketServer(targetUri))
240
241
// BBS does not support 2FA out of the box so neither does GCM
242
return false;
0 commit comments