Skip to content

Commit

Permalink
Merge development
Browse files Browse the repository at this point in the history
  • Loading branch information
arhtudormorar committed Jan 31, 2024
2 parents 79958c3 + f0bbd9b commit 4a5a1bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [[v2.28.4]](https://github.com/multiversx/mx-sdk-dapp/pull/1032)] - 2024-01-31

## [[v2.28.4]](https://github.com/multiversx/mx-sdk-dapp/pull/1035)] - 2024-01-31
- [Fixed setting `loginToken` in `nativeAuthService` losing previous state](https://github.com/multiversx/mx-sdk-dapp/pull/1034)
- [Fixed setting walletconnectV2 `accountProvider` on init](https://github.com/multiversx/mx-sdk-dapp/pull/1033)

## [[v2.28.3]](https://github.com/multiversx/mx-sdk-dapp/pull/1032)] - 2024-01-30
Expand Down
1 change: 1 addition & 0 deletions src/hooks/login/useLoginService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export const useLoginService = (config?: OnProviderLoginType['nativeAuth']) => {
tokenRef.current = loginToken;
dispatch(
setTokenLogin({
...tokenLogin,
loginToken,
...(apiAddress ? { nativeAuthConfig: configuration } : {})
})
Expand Down

0 comments on commit 4a5a1bb

Please sign in to comment.