fix vc_and_disclose circuit name

This commit is contained in:
turnoffthiscomputer
2025-01-09 14:55:10 +01:00
parent e5acda11f9
commit f7a0b6e1ee

View File

@@ -33,7 +33,7 @@ const useNavigationStore = create<NavigationState>((set, get) => ({
prove_rsa_65537_sha1: false,
prove_rsa_65537_sha256: false,
prove_rsapss_65537_sha256: false,
disclose: false,
vc_and_disclose: false,
},
showWarningModal: {
show: false,