mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 07:10:53 +00:00
remove host from admin dash
This commit is contained in:
parent
4a1b6ce89e
commit
374a7e8267
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user