From 30e4ea64c7c30e91903d2049cb2728e5ec57a7d2 Mon Sep 17 00:00:00 2001 From: ArneBo Date: Sat, 7 Dec 2024 16:37:53 +0100 Subject: [PATCH] forgot one --- front/src/components/auth/Settings.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/front/src/components/auth/Settings.vue b/front/src/components/auth/Settings.vue index 0be1b4594..fcafef634 100644 --- a/front/src/components/auth/Settings.vue +++ b/front/src/components/auth/Settings.vue @@ -473,7 +473,7 @@ fetchOwnedApps() @@ -725,7 +725,7 @@ fetchOwnedApps() {{ t('components.auth.Settings.description.changeEmail') }}

- {{ t('components.auth.Settings.message.currentEmail', { email: $store.state.auth.profile?.email }) }} + {{ t('components.auth.Settings.message.currentEmail', { email: store.state.auth.profile?.email }) }}