Skip to content

Commit

Permalink
Merge pull request #4304 from LibreSign/backport/4303/stable30
Browse files Browse the repository at this point in the history
[stable30] fix: load success icon when cert is valid
  • Loading branch information
vitormattos authored Jan 14, 2025
2 parents 5119c9d + 7dd9c87 commit 7506c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Validation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ export default {
return signer.signature_validation.label
},
getIconValidityPath(signer) {
if (signer.is_valid) {
if (signer.signature_validation.id === 1) {
return mdiCheckboxMarkedCircle
}
return mdiAlertCircle
Expand Down

0 comments on commit 7506c7d

Please sign in to comment.