mirror of
https://github.com/selfxyz/self.git
synced 2026-04-05 03:00:53 -04:00
update fields to check on wrongProof Screen
This commit is contained in:
@@ -14,9 +14,10 @@ const WrongProofScreen: React.FC = () => {
|
||||
};
|
||||
|
||||
const fieldsToCheck = [
|
||||
'scope', 'merkle_root', 'attestation_id', 'current_date', 'issuing_state',
|
||||
'scope', 'merkle_root_commitment', 'merkle_root_csca', 'attestation_id', 'current_date', 'issuing_state',
|
||||
'name', 'passport_number', 'nationality', 'date_of_birth', 'gender',
|
||||
'expiry_date', 'older_than', 'owner_of', 'proof'
|
||||
'expiry_date', 'older_than', 'owner_of', 'blinded_dsc_commitment', 'proof',
|
||||
'dscProof', 'dsc', 'pubKey', 'ofac', 'forbidden_countries_list'
|
||||
];
|
||||
|
||||
const failedConditions = [];
|
||||
|
||||
Reference in New Issue
Block a user