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:
parent
564ee0b978
commit
d200ca56c8
1 changed files with 1 additions and 1 deletions
|
@ -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>;
|
||||
|
||||
|
|
Loading…
Reference in a new issue