fix: improve account password autofill semantics and settings layout
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 5m11s

This commit is contained in:
2026-02-28 21:44:28 +01:00
parent 41faa30453
commit 0cb51ce99d
3 changed files with 48 additions and 25 deletions

View File

@@ -25,7 +25,7 @@ export default async function AccountPage() {
<div className="grid gap-6 md:grid-cols-2">
<UserProfileCard profile={{ ...profile, stats }} />
<ChangePasswordForm />
<ChangePasswordForm username={profile.email} />
</div>
</div>
</div>