From 0194e80dfa04d1b77ab724131b381b6c55d97a74 Mon Sep 17 00:00:00 2001 From: spencerrlongg Date: Wed, 8 Oct 2025 03:23:30 -0500 Subject: [PATCH] change url to string --- app/Livewire/OauthClients.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(