From fe0a523af15b387ef68cb55dd00fbd4ef1847e4e Mon Sep 17 00:00:00 2001 From: PascalMarchesseault <97350299+PascalMarchesseault@users.noreply.github.com> Date: Sat, 5 Oct 2024 18:15:13 -0400 Subject: [PATCH] Fixe userProfileStore.user --- src/views/profile/account/AccountPage.vue | 28 +++++++++++------------ 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/views/profile/account/AccountPage.vue b/src/views/profile/account/AccountPage.vue index 31f7563..b6e8cb6 100644 --- a/src/views/profile/account/AccountPage.vue +++ b/src/views/profile/account/AccountPage.vue @@ -18,7 +18,7 @@ Un portrait vous permet de personnaliser votre profil Profile Image {{ $t('personnalinformation.alias') }} - {{ userProfileStore.value.alias }} + {{ userProfileStore.user.alias }} mdi-chevron-right @@ -46,7 +46,7 @@ class="editableValue" @click="openEditBirthday"> {{ $t('personnalinformation.dob') }} - {{ userProfileStore.value.birthDate }} + {{ userProfileStore.user.birthDate }} mdi-chevron-right @@ -62,7 +62,7 @@ class="editableValue" @click="openEditEmail"> {{ $t('personnalinformation.email') }} - {{ userProfileStore.value.email }} + {{ userProfileStore.user.email }} mdi-chevron-right @@ -70,7 +70,7 @@ class="editableValue" @click="openEditPhone"> {{ $t('personnalinformation.phone') }} - {{ userProfileStore.value.phoneNumber }} + {{ userProfileStore.user.phoneNumber }} mdi-chevron-right @@ -85,7 +85,7 @@ class="editableValue" @click="openEditAddress"> {{ $t('personnalinformation.home') }} - {{ userProfileStore.value.address }} + {{ userProfileStore.user.address }} mdi-chevron-right @@ -94,7 +94,7 @@ @@ -102,8 +102,8 @@ @@ -111,7 +111,7 @@ @@ -119,7 +119,7 @@ @@ -127,7 +127,7 @@ @@ -135,7 +135,7 @@ @@ -143,7 +143,7 @@