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 = () => {