1
0
forked from PGL/Clyde

small commit but its for the big merge+ verif psswrd and confirm in login

This commit is contained in:
2024-03-16 11:52:31 +01:00
parent d5e4387303
commit 47a0c97f3d
2 changed files with 29 additions and 13 deletions

View File

@ -6,15 +6,10 @@
/*
const user = getUser();
*/
const user = getUser();
/*reactive({
const user=reactive({
profilePicture:"/Clyde.png",
lastName:"Ghost",
firstName:"Clyde",
lastname:"Ghost",
firstname:"Clyde",
role:"student",
address: "Radiator Springs",
email:"ClydeGhost@gmail.com",
@ -93,7 +88,7 @@ function getPP(){
<div class="globalInfos">
<div v-if="modif==false" class="infosContainer" >
<div>
{{user.firstName}} {{user.lastName.toUpperCase()}}
{{user.firstname}} {{user.lastname.toUpperCase()}}
</div>
<div>
E-mail: {{user.email}}