
function setLoginRefresh() {
var accountHook = function() { window.location.reload(true); }

setMyAccountCloseHook(accountHook);
}

setLoginRefresh();