fix: reload the page when login token expired (#1839)

This commit is contained in:
Himself65
2023-04-06 18:26:53 -05:00
committed by GitHub
parent 5ac36b6f0a
commit efe5444816
10 changed files with 80 additions and 16 deletions

3
scripts/setup/search.ts Normal file
View File

@@ -0,0 +1,3 @@
if (typeof window !== 'undefined') {
window.location.search = '?prefixUrl=http://127.0.0.1:3000/';
}