added profile picture handling

This commit is contained in:
2024-04-22 13:19:08 +02:00
parent 34e537ff02
commit 730a72dba3
3 changed files with 16 additions and 7 deletions

View File

@@ -78,7 +78,7 @@ function update(){
<template>
<div id="main">
<div id="profilePicture">
<img :src=getPP() />
<img :src=getPP() style="border-radius: 20%"/>
</div>
<div id="researcherInfos">
<div class="surrounded">{{researcher.user.lastName}} {{researcher.user.firstName}}</div>