Skip to content

Commit

Permalink
fix: load success icon when cert is valid
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Mattos <vitor@php.rio>
  • Loading branch information
vitormattos authored and backportbot-libresign[bot] committed Jan 14, 2025
1 parent 5119c9d commit 7dd9c87
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 7dd9c87

Please sign in to comment.