mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
feat: add instance config endpoint
This commit is contained in:
@@ -48,7 +48,7 @@ export default function App() {
|
||||
if (location.pathname === '/login') navigate('/home')
|
||||
}).catch(() => {
|
||||
setIsAuthenticated(false)
|
||||
navigate('/home')
|
||||
if (location.pathname !== '/login') navigate('/home')
|
||||
})
|
||||
}, []);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user