🚧 wip: idp type icon in last used idp

This commit is contained in:
Fred KISSIE
2026-07-29 22:29:56 +01:00
parent ef3f71e9b5
commit e0a8721207
+2
View File
@@ -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 = "";