Improve 2FA/PIN flow: prefill + clearer failure

This commit is contained in:
Kelsi 2026-02-13 00:33:03 -08:00
parent 7c3a6ca40b
commit 04d4b8e4a9
4 changed files with 68 additions and 9 deletions

View file

@ -59,6 +59,7 @@ private:
int expansionIndex = 0; // Index into expansion registry profiles
bool authenticating = false;
bool showPassword = false;
bool pinAutoSubmitted_ = false;
// Status
std::string statusMessage;