Ensure that the user sets a PIN before proceeding to main
This commit is contained in:
@@ -3,4 +3,5 @@ CATCH account_creation_failed 22 1
|
||||
MOUT exit 0
|
||||
HALT
|
||||
LOAD save_pin 0
|
||||
INCMP quit 0
|
||||
INCMP confirm_create_pin *
|
||||
|
||||
@@ -2,5 +2,6 @@ CATCH select_language 8 0
|
||||
CATCH terms 9 0
|
||||
LOAD check_account_status 0
|
||||
CATCH account_pending 10 1
|
||||
CATCH create_pin 18 0
|
||||
CATCH main 11 1
|
||||
HALT
|
||||
|
||||
@@ -4,4 +4,4 @@ MOUT yes 0
|
||||
MOUT no 1
|
||||
HALT
|
||||
INCMP create_pin 0
|
||||
INCMP _ *
|
||||
INCMP quit *
|
||||
|
||||
Reference in New Issue
Block a user