diff --git a/src/components/LoginNav/index.js b/src/components/LoginNav/index.js index 9891477..f1cbfed 100644 --- a/src/components/LoginNav/index.js +++ b/src/components/LoginNav/index.js @@ -70,11 +70,12 @@ const LoginNav = ({
{loggedIn ? renderLoginPanel() : ( { const retUrl = encodeURIComponent(window.location.href) - window.location = authURLs.location.replace('%S', retUrl) + window.location = authURLs.location.replace('%S', retUrl).replace('member?', '#!/member?') event.preventDefault() + return false }} > LOGIN