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 afe8c8d commit 0acaad3Copy full SHA for 0acaad3
src/shared/Atlassian.Bitbucket/BitbucketHostProvider.cs
@@ -185,7 +185,7 @@ public Task StoreCredentialAsync(InputArguments input)
185
_context.Trace.WriteLine("Credential was successfully stored.");
186
187
Uri targetUri = GetTargetUri(input);
188
- if(IsBitbucketServer(targetUri))
+ if (IsBitbucketServer(targetUri))
189
{
190
// BBS doesn't usually include the username in the urls which means they aren't included in the GET call,
191
// which means if we store only with the username the credentials are never found again ...
0 commit comments