This commit is contained in:
2026-01-07 14:37:40 -05:00
parent 5d34da2647
commit 041b2f8dc2
13 changed files with 674 additions and 157 deletions

View File

@@ -192,16 +192,6 @@ function AppLayout(props: { children: any }) {
}
export default function App() {
onMount(() => {
// Start token refresh monitoring
tokenRefreshManager.start();
});
onCleanup(() => {
// Cleanup token refresh on unmount
tokenRefreshManager.stop();
});
return (
<MetaProvider>
<ErrorBoundary