mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
Merge branch 'dev' into external-db-sync
This commit is contained in:
commit
e5cbc1af54
@ -18,7 +18,7 @@ export default function GlobalError({ error }: any) {
|
||||
if (!cancelled) {
|
||||
window.location.assign("/");
|
||||
}
|
||||
}, 20);
|
||||
}, 3_000);
|
||||
return () => {
|
||||
cancelled = true;
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user