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.
2 parents d413fa8 + 17cffdf commit fce6356Copy full SHA for fce6356
CommunityToolkit.Authentication.Uwp/WindowsProvider.cs
@@ -543,7 +543,7 @@ async void OnAccountCommandsRequested(AccountsSettingsPane sender, AccountsSetti
543
544
private WebTokenRequest GetWebTokenRequest(WebAccountProvider provider, string clientId, string[] scopes)
545
{
546
- string scopesString = string.Join(',', scopes);
+ string scopesString = string.Join(' ', scopes);
547
548
WebTokenRequest webTokenRequest = string.IsNullOrWhiteSpace(clientId)
549
? new WebTokenRequest(provider, scopesString)
0 commit comments