update the order for the INCMP statement
This commit is contained in:
parent
e8ff468c7b
commit
d4fefe3c39
@ -4,4 +4,4 @@ HALT
|
|||||||
INCMP _ 0
|
INCMP _ 0
|
||||||
RELOAD confirm_pin_change
|
RELOAD confirm_pin_change
|
||||||
CATCH pin_mismatch flag_pin_mismatch 1
|
CATCH pin_mismatch flag_pin_mismatch 1
|
||||||
INCMP * pin_reset_success
|
INCMP pin_reset_success *
|
@ -4,4 +4,4 @@ INCMP _ 0
|
|||||||
RELOAD save_temporary_pin
|
RELOAD save_temporary_pin
|
||||||
RELOAD verify_new_pin
|
RELOAD verify_new_pin
|
||||||
CATCH invalid_pin flag_valid_pin 0
|
CATCH invalid_pin flag_valid_pin 0
|
||||||
INCMP * confirm_pin_change
|
INCMP confirm_pin_change *
|
||||||
|
Loading…
Reference in New Issue
Block a user