From c951732eb436cc9b2b5825897f8a42ac06977644 Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Mon, 10 Nov 2025 15:11:13 +0530 Subject: [PATCH] fix: profile edit issue --- frappe-ui | 2 +- frontend/src/pages/Profile.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frappe-ui b/frappe-ui index a286bd27..8d5956c0 160000 --- a/frappe-ui +++ b/frappe-ui @@ -1 +1 @@ -Subproject commit a286bd2713d1e38b72a8cdb72f997f9890027387 +Subproject commit 8d5956c0c675a13d32d3ef8035389128fa4735d5 diff --git a/frontend/src/pages/Profile.vue b/frontend/src/pages/Profile.vue index f183332a..74a8d420 100644 --- a/frontend/src/pages/Profile.vue +++ b/frontend/src/pages/Profile.vue @@ -187,7 +187,7 @@ const editProfile = () => { } const isSessionUser = () => { - return $user.data?.email === profile.data?.email + return $user.data?.email === profile.data?.name } const currentUserHasHigherAccess = () => {