From 78bb9210af29b107ffc40cb36b326b44e6409715 Mon Sep 17 00:00:00 2001 From: Hermes Agent Date: Sun, 9 Aug 2026 08:34:14 -0300 Subject: [PATCH] fix(auth): reduce file size Co-authored-by: diegosouzapw <8016841+diegosouzapw@users.noreply.github.com> --- src/sse/services/auth.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sse/services/auth.ts b/src/sse/services/auth.ts index ead2b1ad05..4a30d23b0f 100644 --- a/src/sse/services/auth.ts +++ b/src/sse/services/auth.ts @@ -755,7 +755,6 @@ function isAnonymousFallbackOnlyProvider(providerId: string): boolean { webCookieProviderDef?.noAuth !== true ); } - async function maybeSyntheticNoAuthFallback( providerId: string, excludedConnectionIds: Set,