no usage of DefaultProfileService

This commit is contained in:
Paul Schneider 2025-02-15 20:10:01 +00:00
commit 76af07e271
2 changed files with 8 additions and 7 deletions

View file

@ -47,8 +47,8 @@ public static class Config
public static IEnumerable<ApiScope> ApiScopes =>
new ApiScope[]
{
new ApiScope("scope1"),
new ApiScope("scope2"),
new ApiScope("scope1",new string[] {"scope1"}),
new ApiScope("scope2",new string[] {"scope2"}),
};
public static IEnumerable<Client> Clients =>