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 00bf079 commit e48aeceCopy full SHA for e48aece
CommunityToolkit.Authentication.Uwp/WindowsProvider.cs
@@ -572,7 +572,7 @@ private async Task<List<WebAccountProvider>> GetWebAccountProvidersAsync()
572
await FindAndAddProviderAsync(MicrosoftProviderId, AadAuthority);
573
}
574
575
- if(_webAccountProviderConfig.WebAccountProviderType == WebAccountProviderType.Local)
+ if (_webAccountProviderConfig.WebAccountProviderType == WebAccountProviderType.Local)
576
{
577
await FindAndAddProviderAsync(LocalProviderId);
578
0 commit comments