import { useAuth } from '../context/AuthContext'; import ConfigPanel from '../components/ConfigPanel'; import { Link } from 'react-router-dom'; export default function SeguridadPage() { const { user, loading } = useAuth(); if (loading) return null; if (!user) { return (
Gestiona tu contraseña y autenticación de dos factores