Skip to content

[JES] Fixes the wallet settings not sticking on refresh. The redux layer...

Jason Salyers requested to merge jsalyers-fix-user-preferences into develop

[JES] Fixes the wallet settings not sticking on refresh. The redux layer wasn't listening for an event so the middleware layer function to update the session cookie wasn't getting called. Also changed the login function to match how condenser does it now. Removes a debug line that was being used as a staging deployment test. Issue #13 (closed)

Merge request reports