Commit 8831ea28 authored by Sarun Mungthanya's avatar Sarun Mungthanya
Browse files

issue edit user

parent 66556402
......@@ -72,9 +72,9 @@ class UserEdit extends Component
}
$this->user->username = $this->username;
$this->user->email = $this->email;
$this->first_name = $this->user->first_name;
$this->last_name = $this->user->last_name;
$this->phone = $this->user->phone;
$this->user->first_name = $this->first_name;
$this->user->last_name = $this->last_name;
$this->user->phone = $this->phone;
if ($this->changePassword) {
$this->user->password = Hash::make($this->new_password);
......
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