fix-pin-reset-bug #26

Merged
carlos merged 14 commits from fix-pin-reset-bug into master 2025-02-21 10:31:45 +01:00
Showing only changes of commit 3b9184e852 - Show all commits

View File

@ -416,7 +416,7 @@ func (h *MenuHandlers) CheckBlockedNumPinMisMatch(ctx context.Context, sym strin
if !ok {
return res, fmt.Errorf("missing session")
}
if h.st.Back() {
if string(input) == "0" {
res.FlagReset = append(res.FlagReset, flag_pin_mismatch)
return res, nil
}