Skip to content

Commit

Permalink
Merge pull request #346 from chaitrali-r/main
Browse files Browse the repository at this point in the history
NHA Changes
  • Loading branch information
Pratikshakhandagale authored Jul 30, 2023
2 parents dc05c4a + 78f3502 commit 5774fcc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions donor-registry/src/app/forms/forms.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2394,7 +2394,7 @@ export class FormsComponent implements OnInit {
} catch (e) {
console.log(e)
}
await new Promise(r => setTimeout(r, 600));
await new Promise(r => setTimeout(r, 400));
if (count++ === 400) {
checkESignStatus = false;

Expand Down Expand Up @@ -2513,14 +2513,14 @@ export class FormsComponent implements OnInit {
.subscribe((res) => {
checkESignStatus = false;
console.log(res)

}, (err) => {
console.log(err)
});
} catch (e) {
console.log(e)
}
await new Promise(r => setTimeout(r, 600));
await new Promise(r => setTimeout(r, 400));
if (count++ === 400) {
checkESignStatus = false;
alert("Esign session expired. Please try again");
Expand Down

0 comments on commit 5774fcc

Please sign in to comment.