mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 12:55:00 +00:00
fix: reload the page when login token expired (#1839)
This commit is contained in:
3
scripts/setup/search.ts
Normal file
3
scripts/setup/search.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
if (typeof window !== 'undefined') {
|
||||
window.location.search = '?prefixUrl=http://127.0.0.1:3000/';
|
||||
}
|
||||
Reference in New Issue
Block a user