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