diff --git a/app/Livewire/OauthClients.php b/app/Livewire/OauthClients.php index e114c2278ed4..61f63f249915 100644 --- a/app/Livewire/OauthClients.php +++ b/app/Livewire/OauthClients.php @@ -31,7 +31,7 @@ public function createClient(): void { $this->validate([ 'name' => 'required|string|max:255', - 'redirect' => 'required|url|max:255', + 'redirect' => 'required|string|max:255', ]); app(ClientRepository::class)->create(