You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When switching account in a continuous multi sig flow we currently pass (This PR) the transaction url as a url params.
It would be better if we use:
Url state (Dont think it will work since we link to a modal)
Redux for this temporary state
Motivation
Current way creates a messy URL and could probably cause problems when a lot of multi signature accounts since url params have a limit of 2048 character.
The text was updated successfully, but these errors were encountered:
Description
When switching account in a continuous multi sig flow we currently pass (This PR) the transaction url as a url params.
It would be better if we use:
Motivation
The text was updated successfully, but these errors were encountered: