multiversx / mx-sdk-dapp

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

Fix web-wallet logout #1178

Closed arhtudormorar closed 4 months ago

arhtudormorar commented 4 months ago

Issue

Web wallet url logout no longer working (only local logout, with no redirect)

Reproduce

Issue exists on version 2.32.7 of sdk-dapp.

Root cause

In logout a condition was checking for provider initialized

Fix

Remvoe condition since url web wallet is never sync initialized

Additional changes

Contains breaking changes

[x] No

[] Yes

Updated CHANGELOG

[x] Yes

Testing

[x] User testing [] Unit tests