From 95bd5847f70d695c355443d3b4dfb59d0dfc56e9 Mon Sep 17 00:00:00 2001 From: movingsam Date: Sat, 21 Feb 2026 16:31:47 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Fengling.Platform.Infrastructure/SeedData.cs | 2 ++ 1 file changed, 2 insertions(+) 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"),