mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-01 23:44:15 -07:00
20 lines
2.3 KiB
Plaintext
20 lines
2.3 KiB
Plaintext
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
|
|
|
|
exports[`ApiAuthDialog > renders correctly 1`] = `
|
|
"╭──────────────────────────────────────────────────────────────────────────────────────────────────╮
|
|
│ │
|
|
│ Enter Gemini API Key │
|
|
│ │
|
|
│ Please enter your Gemini API key. It will be securely stored in your system keychain. │
|
|
│ You can get an API key from https://aistudio.google.com/app/apikey │
|
|
│ │
|
|
│ ╭──────────────────────────────────────────────────────────────────────────────────────────────╮ │
|
|
│ │ Paste your API key here │ │
|
|
│ ╰──────────────────────────────────────────────────────────────────────────────────────────────╯ │
|
|
│ │
|
|
│ (Press Enter to submit, Esc to cancel, Ctrl+C to clear stored key) │
|
|
│ │
|
|
╰──────────────────────────────────────────────────────────────────────────────────────────────────╯
|
|
"
|
|
`;
|