Commit 32651e69 authored by ThinhNC's avatar ThinhNC

fix: implement user profile page with profile management, password updates, and session control

parent 6b3dbdaf
...@@ -234,7 +234,7 @@ const ProfilePage: React.FC = () => { ...@@ -234,7 +234,7 @@ const ProfilePage: React.FC = () => {
<Input <Input
label="Số điện thoại" label="Số điện thoại"
placeholder="Nhập số điện thoại (ví dụ: 0912345678)..." placeholder="Nhập số điện thoại..."
error={profileErrors.phoneNumber?.message} error={profileErrors.phoneNumber?.message}
{...registerProfile("phoneNumber")} {...registerProfile("phoneNumber")}
disabled={updateProfileMutation.isPending} disabled={updateProfileMutation.isPending}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment