prefill phone field in update-account form
This commit is contained in:
@@ -37,7 +37,7 @@ async function UpdateAccount() {
|
|||||||
}
|
}
|
||||||
return account?.email ?? user?.email ?? '';
|
return account?.email ?? user?.email ?? '';
|
||||||
})(),
|
})(),
|
||||||
phone: account?.phone ?? '',
|
phone: account?.phone ?? '+372',
|
||||||
city: account?.city ?? '',
|
city: account?.city ?? '',
|
||||||
weight: account?.accountParams?.weight ?? 0,
|
weight: account?.accountParams?.weight ?? 0,
|
||||||
height: account?.accountParams?.height ?? 0,
|
height: account?.accountParams?.height ?? 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user