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,