diff --git a/src/App.tsx b/src/App.tsx
index a728966..52f9f67 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -717,24 +717,76 @@ function App() {
)}
{extState === "web-app-request-payment" && (
<>
-
{sendqortState?.hostname}
- {sendqortState?.description}
- {sendqortState?.address}
-
+
+
+
+ The Application
{" "}
+ {sendqortState?.hostname}
+ is requesting a payment
+
+
+ {sendqortState?.description}
+
+
+ {sendqortState?.amount} QORT
+
+
+
+
Confirm wallet password
-
-
+
+ setPaymentPassword(e.target.value)}
/>
-
-
+
+
+ confirmPayment(false)}
+ >
+ accept
+
+ confirmPayment(true)}
+ >
+ decline
+
+
{sendPaymentError}
- {sendPaymentSuccess}
+
>
)}
{extState === "web-app-request-connection" && (