调整配置

This commit is contained in:
movingsam 2026-02-21 16:31:47 +08:00
parent bbdd88e6a1
commit 95bd5847f7

View File

@ -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"),