diff --git a/frontend/src/components/PairingCodeEntry.vue b/frontend/src/components/PairingCodeEntry.vue index 24ba9ca..1ca1c21 100644 --- a/frontend/src/components/PairingCodeEntry.vue +++ b/frontend/src/components/PairingCodeEntry.vue @@ -6,29 +6,35 @@
-
- - - {{ autocompleteHintDisplay }} -
- - -
- - Looking up device… +
+
+ + + + + +
+ +
+ {{ processingStatus === 'pow' ? '🔐' : '📡' }} + +
@@ -45,6 +51,7 @@