diff --git a/js/components/logout_container.js b/js/components/logout_container.js index 096fa490..c7769867 100644 --- a/js/components/logout_container.js +++ b/js/components/logout_container.js @@ -19,7 +19,7 @@ let LogoutContainer = React.createClass({ Alt.flush(); // kill intercom (with fire) window.Intercom('shutdown'); - this.transitionTo(baseUrl); + this.replaceWith(baseUrl); }) .catch((err) => { console.logGlobal(err);