intro: window location fixed

This commit is contained in:
svetlagasheva 2019-11-19 14:46:10 +02:00
parent db185dcf3e
commit a95661802a

View file

@ -77,7 +77,7 @@ const Intro = ({ queryParams }) => {
if (event === 'CtxChanged') {
const state = core.getState();
if (state.ctx.content.auth !== null) {
window.location.replace('/');
window.location.replace('#/');
}
}
};