mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-19 09:42:13 +00:00
into: location replace in loginAsGuest
This commit is contained in:
parent
a95661802a
commit
7c421d2d6e
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@ const Intro = ({ queryParams }) => {
|
|||
userOp: 'Logout'
|
||||
}
|
||||
});
|
||||
location = '#/';
|
||||
window.location.replace('#/');
|
||||
}, [state.termsAccepted]);
|
||||
const signup = React.useCallback(() => {
|
||||
if (!state.termsAccepted) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue