Update health monitor

This commit is contained in:
MacRimi
2026-02-16 15:48:41 +01:00
parent dcbc52efc6
commit 2ee5be7402
5 changed files with 1153 additions and 324 deletions

View File

@@ -40,7 +40,7 @@ export default function Home() {
authenticated,
})
} catch (error) {
console.error("[v0] Failed to check auth status:", error)
console.error("Failed to check auth status:", error)
setAuthStatus({
loading: false,
authEnabled: false,