diff --git a/src/pages/home/home.ts b/src/pages/home/home.ts index 9dade17..36026a9 100755 --- a/src/pages/home/home.ts +++ b/src/pages/home/home.ts @@ -583,9 +583,9 @@ async function handleMainPairing(): Promise { } catch (error) { console.error('Pairing failed:', error); - + if (mainStatus) { - mainStatus.innerHTML = '❌ Authentication failed'; + mainStatus.innerHTML = '⏳ Waiting for user to validate secure key access...'; } } }