From 1752579f9db7825d84916b768f936ff2b5bb4bac Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Mon, 8 Sep 2025 16:30:56 +0200 Subject: [PATCH] unset -> No email address set --- dashboard/src/views/ProfileView.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/src/views/ProfileView.vue b/dashboard/src/views/ProfileView.vue index bbc9d438a..0e788c452 100644 --- a/dashboard/src/views/ProfileView.vue +++ b/dashboard/src/views/ProfileView.vue @@ -249,7 +249,7 @@ onMounted(async () => { -
{{ profile.fallbackEmail || 'unset' }}
+
{{ profile.fallbackEmail || 'No email address set' }}