prefill phone field in update-account form

This commit is contained in:
2025-09-09 00:09:38 +03:00
parent 353e5c3c4b
commit c2896d77b0

View File

@@ -37,7 +37,7 @@ async function UpdateAccount() {
}
return account?.email ?? user?.email ?? '';
})(),
phone: account?.phone ?? '',
phone: account?.phone ?? '+372',
city: account?.city ?? '',
weight: account?.accountParams?.weight ?? 0,
height: account?.accountParams?.height ?? 0,