feat: user profile customization: username, password, and avatar (#315)

This commit is contained in:
Copilot
2025-10-26 19:06:25 +09:00
committed by GitHub
parent 6495a90317
commit 7922996845
26 changed files with 1142 additions and 79 deletions

View File

@@ -11,6 +11,7 @@ export default function Page({ params }: PageType) {
private: t('private'),
notOwnAnyProjects: t('not_own_any_projects'),
findProjects: t('find_projects'),
profileSettings: t('profile_settings'),
};
return <AccountPage messages={messages} locale={params.locale as LocaleCodeType} />;