diff --git a/apps/web/config/auth.config.ts b/apps/web/config/auth.config.ts index 0dad2f224..bfe4abf50 100644 --- a/apps/web/config/auth.config.ts +++ b/apps/web/config/auth.config.ts @@ -5,7 +5,7 @@ import { z } from 'zod'; const providers: z.ZodType = getProviders(); const AuthConfigSchema = z.object({ - captchaTokenSiteKey: z.string().min(1).optional(), + captchaTokenSiteKey: z.string().optional(), providers: z.object({ password: z.boolean({ description: 'Enable password authentication.',