mirror of
https://github.com/NyaaStudios/nyaabooru.git
synced 2025-12-10 05:42:58 +00:00
wtf
This commit is contained in:
parent
2e75c1c407
commit
67bf5494fd
8 changed files with 18 additions and 23 deletions
|
|
@ -22,14 +22,14 @@ class Profile extends Component
|
|||
return view('livewire.pages.profile')->title($this->user->name);
|
||||
}
|
||||
|
||||
public function updated($name, $value)
|
||||
public function updated()
|
||||
{
|
||||
if (Auth::id() != $this->user->id)
|
||||
{
|
||||
abort(401);
|
||||
}
|
||||
|
||||
$this->validateOnly($name);
|
||||
$this->validate();
|
||||
|
||||
$this->user->avatarExt = $this->avatar->getClientOriginalExtension();
|
||||
$this->user->save();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue