Support PIN-required auth servers

This commit is contained in:
Kelsi 2026-02-13 00:22:01 -08:00
parent f247d53309
commit 62a49644a5
9 changed files with 271 additions and 13 deletions

View file

@ -54,6 +54,7 @@ private:
char hostname[256] = "127.0.0.1";
char username[256] = "";
char password[256] = "";
char pinCode[32] = "";
int port = 3724;
int expansionIndex = 0; // Index into expansion registry profiles
bool authenticating = false;