diff --git a/configuration/claim-destinations.html b/configuration/claim-destinations.html index d29096a..5fd49e9 100644 --- a/configuration/claim-destinations.html +++ b/configuration/claim-destinations.html @@ -92,7 +92,8 @@ In the typical case, granted scopes can be used to determine what claims are all // but you may want to allow the user to uncheck specific scopes. // For that, simply restrict the list of scopes before calling SetScopes(). principal.SetScopes(request.GetScopes()); -principal.SetResources(await _scopeManager.ListResourcesAsync(principal.GetScopes()).ToListAsync()); +principal.SetResources( + await _scopeManager.ListResourcesAsync(principal.GetScopes()).ToListAsync()); foreach (var claim in principal.Claims) { diff --git a/manifest.json b/manifest.json index 5de419d..71aaead 100644 --- a/manifest.json +++ b/manifest.json @@ -9873,7 +9873,7 @@ "output": { ".html": { "relative_path": "configuration/claim-destinations.html", - "hash": "4xErel33Ient0HRgIObAew==" + "hash": "+kZddjMzG7VE3TUwSsEjJg==" } }, "is_incremental": false,