Skip to content

Commit

Permalink
Update generic credential filter list (#36)
Browse files Browse the repository at this point in the history
This updates the filtered fields when displaying a generic credential.
  • Loading branch information
Juliano1612 authored Nov 6, 2024
1 parent 2946f9b commit e5f7d91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ class GenericCredentialItem : ICredentialView {
}
genericObjectDisplayer(
credential!!,
listOf("id", "identifier", "type", "proof", "renderMethod", "@context")
listOf("type", "hashed", "salt", "proof", "renderMethod", "@context")
)
}
)
Expand Down

0 comments on commit e5f7d91

Please sign in to comment.