Fix: checkSessionStatus() solo en cliente (usa navigator.onLine)
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 48s

This commit is contained in:
2025-11-21 21:51:56 -06:00
parent f54667d141
commit a6a9423f75

View File

@@ -86,6 +86,9 @@ export const useAuthentik = () => {
}
const checkSessionStatus = async () => {
// Solo ejecutar en el cliente
if (!import.meta.client) return
const toast = useToast()
// Verificar si está offline primero