fix: Explicitly import UI components in demo to ensure registration

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-02-05 16:58:45 +00:00
parent c18b84b7c9
commit 20a51e7dce
1 changed files with 6 additions and 0 deletions

View File

@ -428,8 +428,14 @@
signData,
verifySignature,
AuthLevel,
// Import UI components to trigger custom element registration
GuardianSetupElement,
EncryptIDLoginButton,
} from '/dist/index.js';
// Force side effects (custom element registration)
console.log('EncryptID components loaded:', GuardianSetupElement.name, EncryptIDLoginButton.name);
// ========================================================================
// CAPABILITY DETECTION
// ========================================================================