0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

fix(core): fix devleopment plan id (#4888)

This commit is contained in:
wangsijie 2023-11-15 16:19:19 +08:00 committed by GitHub
parent 564ee0b978
commit d200ca56c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ import { type FullSignInExperience } from './types.js';
export * from './sign-up.js';
export * from './sign-in.js';
export const developmentTenantPlanId = 'dev-tenant';
export const developmentTenantPlanId = 'dev';
export type SignInExperienceLibrary = ReturnType<typeof createSignInExperienceLibrary>;