From 4b5ca6bc777180b2ea11f391e6f612da5072cc3e Mon Sep 17 00:00:00 2001
From: anj-s <32556631+anj-s@users.noreply.github.com>
Date: Wed, 25 Jun 2025 12:32:25 -0700
Subject: Add tos and privacy links docs for clarity (#1571)
---
packages/cli/src/ui/components/AuthDialog.tsx | 6 ++++++
1 file changed, 6 insertions(+)
(limited to 'packages/cli/src')
diff --git a/packages/cli/src/ui/components/AuthDialog.tsx b/packages/cli/src/ui/components/AuthDialog.tsx
index 6ff9268e..747a83bd 100644
--- a/packages/cli/src/ui/components/AuthDialog.tsx
+++ b/packages/cli/src/ui/components/AuthDialog.tsx
@@ -6,6 +6,7 @@
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';
@@ -113,6 +114,11 @@ export function AuthDialog({
(Use Enter to select)
+
+
+ Terms of Services and Privacy Notice for Gemini CLI
+
+
);
}
--
cgit v1.2.3