Skip to content

Commit

Permalink
Improved Security for ApplicantPhoto Rendering
Browse files Browse the repository at this point in the history
Signed-off-by: Gokulraj C <[email protected]>
  • Loading branch information
GOKULRAJ136 authored Dec 22, 2023
1 parent 215ef75 commit fb9a430
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 fb9a430

Please sign in to comment.