feat: ability to update display name and username in profile settings

This commit is contained in:
trafficlunar 2025-04-18 16:23:02 +01:00
parent 86c76df873
commit 8b8c9aaa4b
10 changed files with 156 additions and 38 deletions

View file

@ -46,7 +46,7 @@ export default async function ProfileSettingsPage() {
</div>
</div>
<ProfileSettings name={session.user.name} username={session.user.username} />
<ProfileSettings />
</div>
);
}