diff --git a/packages/console/src/consts/tenants.ts b/packages/console/src/consts/tenants.ts index 77b71d813..e3bfe16c8 100644 --- a/packages/console/src/consts/tenants.ts +++ b/packages/console/src/consts/tenants.ts @@ -2,6 +2,7 @@ import { ReservedPlanId, TenantTag, defaultManagementApi } from '@logto/schemas' import dayjs from 'dayjs'; import { type TenantResponse } from '@/cloud/types/router'; +import { RegionName } from '@/components/Region'; import { type SubscriptionPlan } from '@/types/subscriptions'; import { adminEndpoint, isCloud } from './env'; @@ -33,6 +34,8 @@ export const defaultTenantResponse: TenantResponse = { openInvoices: [], isSuspended: false, planId: defaultSubscriptionPlanId, // Reserved for compatibility with cloud + regionName: RegionName.EU, // Reserved for compatibility with cloud + createdAt: new Date(), }; /**