Fix NEXT_PUBLIC_ENABLE_TEAM_ACCOUNTS in Zod error description
This commit is contained in:
@@ -20,7 +20,7 @@ const FeatureFlagsSchema = z.object({
|
||||
enableTeamAccounts: z.boolean({
|
||||
description: 'Enable team accounts.',
|
||||
required_error:
|
||||
'Provide the variable NEXT_PUBLIC_ENABLE_TEAM_ACCOUNTS_DELETION',
|
||||
'Provide the variable NEXT_PUBLIC_ENABLE_TEAM_ACCOUNTS',
|
||||
}),
|
||||
enableTeamCreation: z.boolean({
|
||||
description: 'Enable team creation.',
|
||||
|
||||
Reference in New Issue
Block a user