multiversx / mx-sdk-dapp

A library that holds the core functional logic of a dapp on the MultiversX
66 stars 63 forks source link

Fixed logged in address is different than address from nativeAuth token #1182

Closed razvantomegea closed 3 months ago

razvantomegea commented 3 months ago

Issue

User may be logged in with address different than the one from nativeAuth token on store rehydrate

Fix

Ensure the address from the nativeAuth token is the same with the one from the account in store

Contains breaking changes

[x] No

[] Yes

Updated CHANGELOG

[x] Yes

Testing

[x] User testing [] Unit tests