Improve 2FA/PIN flow: prefill + clearer failure

This commit is contained in:
Kelsi 2026-02-13 00:33:03 -08:00
parent 62a49644a5
commit 2082ef1422
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;