From 3b2198598eefdb53d58ac66d0c6e83aa4be16991 Mon Sep 17 00:00:00 2001 From: clonbg Date: Thu, 14 Aug 2025 09:11:45 +0200 Subject: [PATCH] Fix profile image handling and data flow The commit improves image handling by removing the separate imagenVista ref, using data.image directly, and properly refreshing session data after image upload. Also adds v-if guard for data availability. --- app/pages/profile.vue | 33 ++++++++++++++------------------- 1 file changed, 14 insertions(+), 19 deletions(-) diff --git a/app/pages/profile.vue b/app/pages/profile.vue index 040c418..44ed5e7 100644 --- a/app/pages/profile.vue +++ b/app/pages/profile.vue @@ -1,5 +1,6 @@