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
If the user has selected the option to "remember my password" (app-unlocked), when they attempt to unlock a wallet via the icon on the markets page balance widget, we don't need to display a button to click. We can just unlock. The only problem is that errors are displayed on the form, so for app-unlocked users, we'll need a new place to show errors. We could fall back to the notification icon, or only display the empty form with error message once an error is received.
A more immediate concern though is that the form close button is not styled correctly, as per @jholdstock