Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 1 addition & 0 deletions src/views/playground/SessionsDetails.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down
Loading