From 114d179f977a1b795315039e40e6ffdfcf2deaf3 Mon Sep 17 00:00:00 2001 From: Galip Tolga Erdem Date: Tue, 15 Mar 2022 14:36:02 +0300 Subject: [PATCH] Added ordering service to angular client --- .../DbMigrations/IdentityServerDataSeeder.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/services/identity/src/EShopOnAbp.IdentityService.HttpApi.Host/DbMigrations/IdentityServerDataSeeder.cs b/services/identity/src/EShopOnAbp.IdentityService.HttpApi.Host/DbMigrations/IdentityServerDataSeeder.cs index a6d736cc..a77a7bd9 100644 --- a/services/identity/src/EShopOnAbp.IdentityService.HttpApi.Host/DbMigrations/IdentityServerDataSeeder.cs +++ b/services/identity/src/EShopOnAbp.IdentityService.HttpApi.Host/DbMigrations/IdentityServerDataSeeder.cs @@ -263,7 +263,8 @@ public class IdentityServerDataSeeder : IDataSeedContributor, ITransientDependen "AccountService", "IdentityService", "AdministrationService", - "CatalogService" + "CatalogService", + "OrderingService" }), grantTypes: new[] {"authorization_code", "LinkLogin", "password"}, secret: "1q2w3e*".Sha256(),