From 72faa710aa6dc52c46501eb72a062144475c0258 Mon Sep 17 00:00:00 2001 From: Glenn Hope Date: Sat, 28 Mar 2026 19:21:22 -0700 Subject: [PATCH] fix: restore stdin-based pairing (#4912) --- src/nvhttp.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/nvhttp.cpp b/src/nvhttp.cpp index 4d8a87b4..b4f721a4 100644 --- a/src/nvhttp.cpp +++ b/src/nvhttp.cpp @@ -589,6 +589,7 @@ namespace nvhttp { std::getline(std::cin, pin); getservercert(ptr->second, tree, pin); + return; } else { #if defined SUNSHINE_TRAY && SUNSHINE_TRAY >= 1 system_tray::update_tray_require_pin();