From a2a46c7c6700edc6840faa2675d92695d2d3104d Mon Sep 17 00:00:00 2001 From: Tommaso Sciortino Date: Fri, 27 Jun 2025 12:07:38 -0700 Subject: Add privacy notice slash command (#2059) --- packages/core/src/config/config.ts | 5 ----- 1 file changed, 5 deletions(-) (limited to 'packages/core/src/config') diff --git a/packages/core/src/config/config.ts b/packages/core/src/config/config.ts index b266512c..75b73a85 100644 --- a/packages/core/src/config/config.ts +++ b/packages/core/src/config/config.ts @@ -226,11 +226,6 @@ export class Config { } async refreshAuth(authMethod: AuthType) { - // Check if this is actually a switch to a different auth method - const previousAuthType = this.contentGeneratorConfig?.authType; - const _isAuthMethodSwitch = - previousAuthType && previousAuthType !== authMethod; - // Always use the original default model when switching auth methods // This ensures users don't stay on Flash after switching between auth types // and allows API key users to get proper fallback behavior from getEffectiveModel -- cgit v1.2.3