Skip to content

Commit

Permalink
Merge pull request #256 from GOKULRAJ136/patch-3
Browse files Browse the repository at this point in the history
MOSIP-25073 : Improved Security for ApplicantPhoto Rendering
  • Loading branch information
aranaravi authored Dec 22, 2023
2 parents 215ef75 + fb9a430 commit 959e6bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export class DownloadCardComponent implements OnInit {
}

renderImage(){
this.applicantPhoto = this.sanitizer.bypassSecurityTrustResourceUrl(this.data.applicantPhoto);
this.applicantPhoto = this.sanitizer.bypassSecurityTrustUrl(this.data.applicantPhoto);
}

search() {
Expand Down

0 comments on commit 959e6bf

Please sign in to comment.