mirror of
https://github.com/LucasVbr/meeting-app.git
synced 2026-05-13 17:21:53 +00:00
UserProfile
This commit is contained in:
@@ -19,6 +19,7 @@ export default function Dashboard() {
|
||||
if (status === 'authenticated') {
|
||||
const {user} = session as unknown as Session;
|
||||
|
||||
// il faudra l'enlever
|
||||
const refinedUser = {
|
||||
...user,
|
||||
age: 21,
|
||||
|
||||
Reference in New Issue
Block a user