diff --git a/desktop/src/App.tsx b/desktop/src/App.tsx index 3457ecf..be77e64 100644 --- a/desktop/src/App.tsx +++ b/desktop/src/App.tsx @@ -64,7 +64,7 @@ function App() { navigator.clipboard.writeText(url); } - if (status === "CONNECTED") { + if (status === "CONNECTED" && isAllowed) { return (
CONNECTED