From 1078a546feb047122dfb6354b47e4db71acea8ac Mon Sep 17 00:00:00 2001 From: anj-s <32556631+anj-s@users.noreply.github.com> Date: Wed, 25 Jun 2025 18:59:13 -0700 Subject: [PATCH] Fix doc link in the auth dialog (#1688) --- packages/cli/src/ui/components/AuthDialog.tsx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/packages/cli/src/ui/components/AuthDialog.tsx b/packages/cli/src/ui/components/AuthDialog.tsx index f8ddfaed..ce8e25e0 100644 --- a/packages/cli/src/ui/components/AuthDialog.tsx +++ b/packages/cli/src/ui/components/AuthDialog.tsx @@ -6,7 +6,6 @@ import React, { useState } from 'react'; import { Box, Text, useInput } from 'ink'; -import Link from 'ink-link'; import { Colors } from '../colors.js'; import { RadioButtonSelect } from './shared/RadioButtonSelect.js'; import { LoadedSettings, SettingScope } from '../../config/settings.js'; @@ -94,9 +93,14 @@ export function AuthDialog({ (Use Enter to select) - - Terms of Services and Privacy Notice for Gemini CLI - + Terms of Services and Privacy Notice for Gemini CLI + + + + { + 'https://github.com/google-gemini/gemini-cli/blob/main/docs/tos-privacy.md' + } + );