diff --git a/src/config.js b/src/config.js index 56b0755..599907f 100644 --- a/src/config.js +++ b/src/config.js @@ -177,6 +177,7 @@ config['FaicalAuthenticationError'] = { 4: 'Rejected, to perform face check due to the pose of the face', 5: 'Rejected, due to problems in the extraction of the facial pattern', 6: 'Rejected, because document has already been verified in some other account with this service', + 7: 'Failed, because the date of birth could not be read correctly from the document' } const kycServerBaseUrl = process.env.VUE_APP_KYC_SERVER_BASE_URL || 'https://api.cavach.hypersign.id' config['KYC_SERVER_BASE_URL'] = kycServerBaseUrl; diff --git a/src/views/playground/SessionsDetails.vue b/src/views/playground/SessionsDetails.vue index e4ed761..61be853 100644 --- a/src/views/playground/SessionsDetails.vue +++ b/src/views/playground/SessionsDetails.vue @@ -885,6 +885,7 @@ const FaicalAuthenticationError = { 4: "Failed to perform face check due to the pose of the face", 5: "Failed due to problems in the extraction of the facial pattern", 6: "Duplicate document was used", + 7: 'Failed, because the date of birth could not be read correctly from the document' }; const ZkpVerificationResultEnum = {