Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
limemloh committed May 29, 2024
1 parent 85025d3 commit cba1351
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/browser-wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Unreleased

- Display the optional name for ID providers when present, otherwise fallback to the chain name.
- Remove check for redirectUri when launching identity issuance. This check was causing issues with an upcoming identity provider and seems to provide no value.
- Increased padding for QR code background. In dark mode, QR code not blending with background.
- Added new option to edit account name. Name saved in local storage. Changed name displayed across all BrowserWallet.
Expand Down
2 changes: 1 addition & 1 deletion packages/browser-wallet/src/shared/storage/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export interface IdentityProviderMetaData {
recoveryStart: string;
/** A PNG image to display, encoded in base64. */
icon: string;
/** URL for the support site of this ID provider. */
/** Support Email address of this ID provider. */
support: string;
}

Expand Down

0 comments on commit cba1351

Please sign in to comment.