update the order for the INCMP statement

This commit is contained in:
Alfred Kamanda 2025-04-09 18:10:51 +03:00
parent b89abf3487
commit 69ae494b2c
Signed by: Alfred-mk
GPG Key ID: 7EA3D01708908703
2 changed files with 2 additions and 2 deletions

View File

@ -4,4 +4,4 @@ HALT
INCMP _ 0
RELOAD confirm_pin_change
CATCH pin_mismatch flag_pin_mismatch 1
INCMP * pin_reset_success
INCMP pin_reset_success *

View File

@ -4,4 +4,4 @@ INCMP _ 0
RELOAD save_temporary_pin
RELOAD verify_new_pin
CATCH invalid_pin flag_valid_pin 0
INCMP * confirm_pin_change
INCMP confirm_pin_change *