diff --git a/src/app.jsx b/src/app.jsx index 8e455185..7fc8f604 100644 --- a/src/app.jsx +++ b/src/app.jsx @@ -416,12 +416,13 @@ function App() { } finally { setIsLoggedIn(true); setUIState('default'); + __BENCHMARK.end('app-init'); } })(); } else { setUIState('default'); + __BENCHMARK.end('app-init'); } - __BENCHMARK.end('app-init'); } // Cleanup