diff options
| author | Brandon Keiji <[email protected]> | 2025-06-25 05:41:11 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-25 12:41:11 +0000 |
| commit | f6c36f75e37a9fb6e53480981c2ca1b9267763a0 (patch) | |
| tree | 49f7c66c5db08c5440c86d534c89cb5bcb1664f7 /packages/cli/src/ui/components/AuthDialog.tsx | |
| parent | a3c46c0d316eab5c17ecd9a00cab961edd24c2a4 (diff) | |
fix: prepublish changes to package names (#1420)
Diffstat (limited to 'packages/cli/src/ui/components/AuthDialog.tsx')
| -rw-r--r-- | packages/cli/src/ui/components/AuthDialog.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/cli/src/ui/components/AuthDialog.tsx b/packages/cli/src/ui/components/AuthDialog.tsx index ba19df70..2db9c080 100644 --- a/packages/cli/src/ui/components/AuthDialog.tsx +++ b/packages/cli/src/ui/components/AuthDialog.tsx @@ -9,7 +9,7 @@ import { Box, Text, useInput } from 'ink'; import { Colors } from '../colors.js'; import { RadioButtonSelect } from './shared/RadioButtonSelect.js'; import { LoadedSettings, SettingScope } from '../../config/settings.js'; -import { AuthType } from '@gemini-cli/core'; +import { AuthType } from '@google/gemini-cli-core'; import { validateAuthMethod } from '../../config/auth.js'; interface AuthDialogProps { |
