mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 14:52:13 +00:00
intro: window location fixed
This commit is contained in:
parent
db185dcf3e
commit
a95661802a
1 changed files with 1 additions and 1 deletions
|
|
@ -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('#/');
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue