use a single confirm_pin_change node

This commit is contained in:
Alfred Kamanda 2025-04-09 19:23:46 +03:00
parent d680387ef1
commit aec1f4c4c1
Signed by: Alfred-mk
GPG Key ID: 7EA3D01708908703
5 changed files with 3 additions and 12 deletions

View File

@ -1,7 +1,7 @@
LOAD confirm_pin_change 0
MOUT back 0
HALT
INCMP _ 0
LOAD confirm_pin_change 0
RELOAD confirm_pin_change
CATCH pin_mismatch flag_pin_mismatch 1
INCMP pin_reset_success *
INCMP pin_reset_success *

View File

@ -1 +0,0 @@
Confirm your new PIN:

View File

@ -1,7 +0,0 @@
MOUT back 0
HALT
INCMP _ 0
LOAD confirm_pin_change 0
RELOAD confirm_pin_change
CATCH pin_mismatch flag_pin_mismatch 1
INCMP pin_reset_success *

View File

@ -1 +0,0 @@
Thibitisha PIN yako mpya:

View File

@ -5,4 +5,4 @@ RELOAD save_temporary_pin
LOAD verify_new_pin 2
RELOAD verify_new_pin
CATCH invalid_pin flag_invalid_pin 1
INCMP confirm_self_pin_reset *
INCMP confirm_pin_change *