Display nicename in dashboard

This commit is contained in:
2026-02-05 07:40:00 +01:00
parent 11108bdfcc
commit e9ae850002
6 changed files with 52 additions and 19 deletions

View File

@@ -8,6 +8,8 @@ const props = defineProps({
user: Object,
currentPath: String,
})
console.log(props.user.nicename)
</script>
<template>