diff --git a/frontend/src/Apps/Profil.vue b/frontend/src/Apps/Profil.vue
index 8a38b20..aaa34cb 100644
--- a/frontend/src/Apps/Profil.vue
+++ b/frontend/src/Apps/Profil.vue
@@ -6,7 +6,12 @@
/*
const user = getUser();
*/
- const user =reactive({
+ const user = getUser();
+
+
+
+
+ /*reactive({
profilePicture:"/Clyde.png",
lastName:"Ghost",
firstName:"Clyde",
@@ -64,6 +69,10 @@
})*/
const modif = ref(false);
+const curric = ref(false);
+const unreg = ref(false);
+const reg = ref(false);
+
const toModify = Object.assign({}, user);
@@ -100,11 +109,11 @@ function getPP(){
-
-
+
+
-
+