diff options
Diffstat (limited to 'packages/cli/src/config/auth.ts')
| -rw-r--r-- | packages/cli/src/config/auth.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/cli/src/config/auth.ts b/packages/cli/src/config/auth.ts index df47596f..6142368c 100644 --- a/packages/cli/src/config/auth.ts +++ b/packages/cli/src/config/auth.ts @@ -9,7 +9,7 @@ import { loadEnvironment } from './config.js'; export const validateAuthMethod = (authMethod: string): string | null => { loadEnvironment(); - if (authMethod === AuthType.LOGIN_WITH_GOOGLE_PERSONAL) { + if (authMethod === AuthType.LOGIN_WITH_GOOGLE) { return null; } |
