improve network error route (#1435)

This commit is contained in:
Fleeym
2025-12-23 06:03:06 +02:00
committed by GitHub
parent f418bbfd2f
commit 76f55111ec
3 changed files with 7 additions and 2 deletions
+2
View File
@@ -211,6 +211,8 @@ export const AppRouter = () => {
path={AppRoute.ACTION_REQUIRED}
/>
<Route element={<LoginRoute />} path={AppRoute.LOGIN} />
</Route>
<Route element={<ResponsiveLayout />}>
<Route element={<NoNetworkRoute />} path={AppRoute.NO_NETWORK} />
</Route>
</Route>