fix(auth): reduce file size

Co-authored-by: diegosouzapw <8016841+diegosouzapw@users.noreply.github.com>
This commit is contained in:
Hermes Agent
2026-08-09 08:34:14 -03:00
committed by diegosouzapw
parent a46ab8e90c
commit 78bb9210af

View File

@@ -755,7 +755,6 @@ function isAnonymousFallbackOnlyProvider(providerId: string): boolean {
webCookieProviderDef?.noAuth !== true
);
}
async function maybeSyntheticNoAuthFallback(
providerId: string,
excludedConnectionIds: Set<string>,