- {pairing ? (
+ {state === 'pairing' ? (
<>
Continue on Your Device
@@ -43,15 +54,35 @@ export function TrustModal({ open, onClose, pairing }: TrustModalProps) {
Waiting for device…
>
+ ) : state === 'pending' ? (
+ <>
+
+ Trust This Device
+
+
+ Approve the trust prompt on your iPhone or iPad, then return here to finish pairing.
+
+
+ Tap Trust and enter your passcode if asked.
+
+
+
+
+
+ >
) : (
<>
Device Paired
Your device is connected and ready for signing.
-
>
)}