remove host from admin dash

This commit is contained in:
Simon Larsen 2023-09-29 11:25:35 +00:00
parent 4a1b6ce89e
commit 374a7e8267

View File

@ -72,12 +72,7 @@ const App: () => JSX.Element = () => {
<PageRoute
path={RouteMap[PageMap.SETTINGS]?.toString() || ''}
element={<SettingsHost />}
/>
<PageRoute
path={RouteMap[PageMap.SETTINGS_HOST]?.toString() || ''}
element={<SettingsHost />}
element={<SettingsAuthentication />}
/>
<PageRoute