fix: restore stdin-based pairing (#4912)

This commit is contained in:
Glenn Hope
2026-03-28 19:21:22 -07:00
committed by GitHub
parent aa6078218e
commit 72faa710aa

View File

@@ -589,6 +589,7 @@ namespace nvhttp {
std::getline(std::cin, pin); std::getline(std::cin, pin);
getservercert(ptr->second, tree, pin); getservercert(ptr->second, tree, pin);
return;
} else { } else {
#if defined SUNSHINE_TRAY && SUNSHINE_TRAY >= 1 #if defined SUNSHINE_TRAY && SUNSHINE_TRAY >= 1
system_tray::update_tray_require_pin(); system_tray::update_tray_require_pin();