Same problem here. Because I am staying on the same page as the login (redirecting to the current url) I did this:
In sidebar-login.min.js (which is the js file loading on mine) I replaced ?window.location=c.redirect:
with
?window.location.reload(true):
Of course this won’t work if you’re actually redirecting.