Skip to content

Commit

Permalink
Fix: Display label same as credential type
Browse files Browse the repository at this point in the history
Signed-off-by: George Padayatti <[email protected]>
  • Loading branch information
georgepadayatti committed May 14, 2024
1 parent 57ccc3c commit b097d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eudi_wallet/ebsi/entry_points/server/v2_well_known.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def create_credential_supported_from_credential_offers(credential_offers: list)
"cryptographic_suites_supported": ["ES256"],
"display": [
{
"name": split_camel_case_and_concatenate_by_space(credential_types[-1]),
"name": credential_types[-1],
"locale": "en-GB",
"background_color": "#12107c",
"text_color": "#FFFFFF",
Expand Down

0 comments on commit b097d37

Please sign in to comment.