Haha
This commit is contained in:
@@ -27,7 +27,8 @@
|
|||||||
const timer = setInterval(() => {
|
const timer = setInterval(() => {
|
||||||
if (newWindow?.closed) {
|
if (newWindow?.closed) {
|
||||||
clearInterval(timer);
|
clearInterval(timer);
|
||||||
browser && location.reload();
|
// WHY need to navigate to / to get cookies?!
|
||||||
|
browser && window.location.replace('/')
|
||||||
}
|
}
|
||||||
}, 100);
|
}, 100);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user