Add User email detail to about box (#13459)

This commit is contained in:
Preston Holmes
2025-11-19 19:46:21 -08:00
committed by GitHub
parent 2231497b1f
commit 43d6dc3668
6 changed files with 35 additions and 1 deletions
@@ -108,6 +108,7 @@ export const HistoryItemDisplay: React.FC<HistoryItemDisplayProps> = ({
selectedAuthType={itemForDisplay.selectedAuthType}
gcpProject={itemForDisplay.gcpProject}
ideClient={itemForDisplay.ideClient}
userEmail={itemForDisplay.userEmail}
/>
)}
{itemForDisplay.type === 'help' && commands && (