diff --git a/Fengling.Platform.Infrastructure/SeedData.cs b/Fengling.Platform.Infrastructure/SeedData.cs index 8d561d9..751e14f 100644 --- a/Fengling.Platform.Infrastructure/SeedData.cs +++ b/Fengling.Platform.Infrastructure/SeedData.cs @@ -124,6 +124,8 @@ public static class SeedData { ClientId = "fengling-console", DisplayName = "Fengling Console (Vben Admin)", + ApplicationType = OpenIddictConstants.ApplicationTypes.Web, + ClientType = OpenIddictConstants.ClientTypes.Public, RedirectUris = { new Uri("http://localhost:5777/auth/callback"),