mirror of
https://github.com/trafficlunar/tomodachi-share.git
synced 2026-06-28 14:44:15 +00:00
feat: ability to update display name and username in profile settings
This commit is contained in:
parent
86c76df873
commit
8b8c9aaa4b
10 changed files with 156 additions and 38 deletions
|
|
@ -46,7 +46,7 @@ export default async function ProfileSettingsPage() {
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<ProfileSettings name={session.user.name} username={session.user.username} />
|
||||
<ProfileSettings />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue