diff --git a/src/pages/home/home.ts b/src/pages/home/home.ts index 009a3c4..41970f7 100755 --- a/src/pages/home/home.ts +++ b/src/pages/home/home.ts @@ -554,10 +554,10 @@ async function handleMainPairing(): Promise { if (mainStatus) { mainStatus.innerHTML = '
Authenticating with browser...'; } - + // This will trigger the WebAuthn flow and create/decrypt credentials await prepareAndSendPairingTx(); - + if (mainStatus) { mainStatus.innerHTML = '✅ Authentication completed successfully'; }