From e0a87212072eda9f1f4e8234d3934d40ee42f9d7 Mon Sep 17 00:00:00 2001 From: Fred KISSIE Date: Wed, 29 Jul 2026 22:29:56 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20wip:=20idp=20type=20icon=20in=20?= =?UTF-8?q?last=20used=20idp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/IdpTypeIcon.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/IdpTypeIcon.tsx b/src/components/IdpTypeIcon.tsx index be49f9654..ca81ede4f 100644 --- a/src/components/IdpTypeIcon.tsx +++ b/src/components/IdpTypeIcon.tsx @@ -23,6 +23,8 @@ export default function IdpTypeIcon({ }: Props) { const effectiveType = (variant || type || "").toLowerCase(); + console.log(`[IdpTypeIcon]`, { effectiveType, variant, type }); + let src: string | null = null; let defaultAlt = "";