From c61a092809841d7857ec3c193e3509d6d959aeb5 Mon Sep 17 00:00:00 2001 From: LeoMoulin Date: Mon, 22 Apr 2024 09:39:48 +0200 Subject: [PATCH] Add the regNo in profile and aboutStudent --- frontend/src/Apps/Inscription/AboutStudent.vue | 3 +++ frontend/src/Apps/Profil.vue | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/frontend/src/Apps/Inscription/AboutStudent.vue b/frontend/src/Apps/Inscription/AboutStudent.vue index 994be70..6edf038 100644 --- a/frontend/src/Apps/Inscription/AboutStudent.vue +++ b/frontend/src/Apps/Inscription/AboutStudent.vue @@ -32,6 +32,9 @@
{{ i18n("firstname/name") }} : {{user.firstName}} {{user.lastName}}
+
+ {{ i18n("regNo") }} : {{user.regNo}} +
{{ i18n("login.guest.email") }}: {{user.email}}
diff --git a/frontend/src/Apps/Profil.vue b/frontend/src/Apps/Profil.vue index 7565893..e4e942b 100644 --- a/frontend/src/Apps/Profil.vue +++ b/frontend/src/Apps/Profil.vue @@ -192,10 +192,10 @@
{{ i18n("login.guest.email") }}: {{user.email}}
-
+
{{ i18n("regNo") }} : {{user.regNo}}
-
+
{{ i18n("role") }}: {{i18n((user.role))}}