Fix NEXT_PUBLIC_ENABLE_TEAM_ACCOUNTS in Zod error description

This commit is contained in:
gbuomprisco
2024-11-19 11:32:46 +08:00
parent 7c126e0716
commit afe1ca43cc

View File

@@ -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.',