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:
parent
c18b84b7c9
commit
20a51e7dce
|
|
@ -428,8 +428,14 @@
|
||||||
signData,
|
signData,
|
||||||
verifySignature,
|
verifySignature,
|
||||||
AuthLevel,
|
AuthLevel,
|
||||||
|
// Import UI components to trigger custom element registration
|
||||||
|
GuardianSetupElement,
|
||||||
|
EncryptIDLoginButton,
|
||||||
} from '/dist/index.js';
|
} from '/dist/index.js';
|
||||||
|
|
||||||
|
// Force side effects (custom element registration)
|
||||||
|
console.log('EncryptID components loaded:', GuardianSetupElement.name, EncryptIDLoginButton.name);
|
||||||
|
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
// CAPABILITY DETECTION
|
// CAPABILITY DETECTION
|
||||||
// ========================================================================
|
// ========================================================================
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue