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 be1c28f commit 43dc26bCopy full SHA for 43dc26b
CommunityToolkit.Authentication.Uwp/WindowsProvider.cs
@@ -33,7 +33,7 @@ public class WindowsProvider : BaseProvider
33
private const string SettingsKeyProviderId = "WindowsProvider_ProviderId";
34
private const string SettingsKeyProviderAuthority = "WindowsProvider_Authority";
35
36
- private static readonly SemaphoreSlim SemaphoreSlim = new(1);
+ private static readonly SemaphoreSlim SemaphoreSlim = new (1);
37
38
// Default/minimal scopes for authentication, if none are provided.
39
private static readonly string[] DefaultScopes = { "User.Read" };
0 commit comments