Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Commit

Permalink
Changes on authenticate.js to show Manual Upload after Onfido fail 3 …
Browse files Browse the repository at this point in the history
…times
  • Loading branch information
suisin-deriv committed Oct 17, 2022
1 parent 0a2711e commit ff44501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/javascript/app/pages/user/account/authenticate.js
Original file line number Diff line number Diff line change
Expand Up @@ -1376,7 +1376,7 @@ const Authenticate = (() => {
case 'suspected':
case 'rejected':
if (Number(submissions_left) < 1) {
$('#limited_poi').setVisibility(1);
handleManual();
} else {
const maximum_reasons = rejected_reasons.slice(0, 3);
const has_minimum_reasons = rejected_reasons.length > 3;
Expand Down

0 comments on commit ff44501

Please sign in to comment.