From 29d94bb2e514331b16e6c6af7f325432b63f182c Mon Sep 17 00:00:00 2001 From: alfred-mk Date: Wed, 9 Apr 2025 16:57:22 +0300 Subject: [PATCH] have the catch for create_pin above to catch accounts that do not have a PIN before the status on chain is checked --- services/registration/root.vis | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/registration/root.vis b/services/registration/root.vis index 923caef..ec5b54e 100644 --- a/services/registration/root.vis +++ b/services/registration/root.vis @@ -6,10 +6,10 @@ CATCH self_reset_pin flag_account_pin_reset 1 CATCH blocked_account flag_account_blocked 1 CATCH select_language flag_language_set 0 CATCH terms flag_account_created 0 +CATCH create_pin flag_pin_set 0 LOAD check_account_status 0 RELOAD check_account_status CATCH api_failure flag_api_call_error 1 CATCH account_pending flag_account_pending 1 -CATCH create_pin flag_pin_set 0 CATCH main flag_account_success 1 HALT