diff --git a/nuxt4/app/app.vue b/nuxt4/app/app.vue index 2c575ff..1b35262 100644 --- a/nuxt4/app/app.vue +++ b/nuxt4/app/app.vue @@ -11,10 +11,14 @@
- + - - + + +
@@ -45,6 +49,9 @@ const { isAuthenticated } = useAuthentik() const { isNight } = useTheme() +// Estado para mostrar formulario de edición +const showProfileForm = ref(false) + // Configurar meta tags para PWA useHead({ link: [ diff --git a/nuxt4/app/components/UserHeader.vue b/nuxt4/app/components/UserHeader.vue index cc04330..b50be3b 100644 --- a/nuxt4/app/components/UserHeader.vue +++ b/nuxt4/app/components/UserHeader.vue @@ -17,7 +17,7 @@ + +