remove pin reset nodes

This commit is contained in:
Carlosokumu 2024-09-14 17:02:55 +03:00
parent fd54b4e0df
commit bbdffafe67
Signed by: carlos
GPG Key ID: 7BD6BC8160A5C953
6 changed files with 0 additions and 25 deletions

View File

@ -1 +0,0 @@
Enter a new four number pin

View File

@ -1,7 +0,0 @@
LOAD save_temporary_pin 0
MOUT back 0
HALT
RELOAD save_temporary_pin
CATCH invalid_pin flag_incorrect_pin 1
INCMP _ 0
MOVE confirm_pin_change

View File

@ -1 +0,0 @@
Enter your old PIN

View File

@ -1,9 +0,0 @@
LOAD authorize_account 6
MOUT back 0
HALT
RELOAD authorize_account
CATCH incorrect_pin flag_incorrect_pin 1
MOVE new_pin
INCMP _ 0

View File

@ -1 +0,0 @@
Your PIN change request has been successful

View File

@ -1,6 +0,0 @@
LOAD confirm_pin_change 0
MOUT back 0
MOUT quit 9
HALT
INCMP _ 0
INCMP quit 9