Chandler/goflesh

log-out, log back in state bug.

Closed this issue · 2 comments

If you log out and log back in, your human code doesn't show up on your profile without a hard refresh.

this is because that user model (of the user doing the logging out and in) is probably getting loaded without the human code (because they aren't logged in) and then they log in and never reload the model which means they never fetch it with the human code.

should be fixable by forcing a reload of any user when that user logs in

fixed