From ad5245ff6b213830594c4ba70cd49828b0fa983d Mon Sep 17 00:00:00 2001 From: Dan Ribbens Date: Fri, 15 May 2026 16:27:22 -0400 Subject: [PATCH] chore: allow auth.disableLocalStrategy: false for uses where an incoming config should not be overridden by a plugin --- packages/payload/src/auth/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/payload/src/auth/types.ts b/packages/payload/src/auth/types.ts index 77d3d13b313..b9cc80ad4e7 100644 --- a/packages/payload/src/auth/types.ts +++ b/packages/payload/src/auth/types.ts @@ -237,7 +237,7 @@ export interface IncomingAuthType { enableFields?: true optionalPassword?: true } - | true + | boolean /** * Customize the way that the forgotPassword operation functions. * @link https://payloadcms.com/docs/authentication/email#forgot-password