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