mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
improve network error route (#1435)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user