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))}}