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
{{ $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 @@