"use client"; import { cn } from "@/lib/utils"; import { Badge } from "@/components/ui/badge"; import { Button } from "@/components/ui/button"; import { CopyField, SettingsCard, SettingsSection, whiteButton, } from "@/components/settings/settings-parts"; export function SigningPanel() { return ( <>

Signing key

Active

Every change you make to a patient record is signed with this key, so patients can verify it came from you before approving it.

Ed25519

Created May 28, 2026

No pending signatures

); }