diff --git a/packages/nc-gui/components/account/Profile.vue b/packages/nc-gui/components/account/Profile.vue index 28db3879fa..a6edd95600 100644 --- a/packages/nc-gui/components/account/Profile.vue +++ b/packages/nc-gui/components/account/Profile.vue @@ -38,8 +38,10 @@ const onSubmit = async () => { } } +const email = computed(() => currentUser.value?.email) + watch( - currentUser, + () => currentUser.value?.display_name, () => { if (!currentUser.value?.display_name) return @@ -71,10 +73,10 @@ watch(