diff --git a/app/Livewire/OauthClients.php b/app/Livewire/OauthClients.php index f621e8ed9c..02fc77848b 100644 --- a/app/Livewire/OauthClients.php +++ b/app/Livewire/OauthClients.php @@ -34,7 +34,7 @@ class OauthClients extends Component 'redirect' => 'required|url|max:255', ]); - $newClient = app(ClientRepository::class)->create( + app(ClientRepository::class)->create( auth()->user()->id, $this->name, $this->redirect,