small commit but its for the big merge+ verif psswrd and confirm in login
This commit is contained in:
@ -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}}
|
||||
|
Reference in New Issue
Block a user