no usage of DefaultProfileService

This commit is contained in:
Paul Schneider
2025-02-15 20:10:01 +00:00
parent 7612ce1e8b
commit 5cc72cd846
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 =>