Skip to content

Commit 0194e80

Browse files
committed
change url to string
1 parent 0f11112 commit 0194e80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Livewire/OauthClients.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function createClient(): void
3131
{
3232
$this->validate([
3333
'name' => 'required|string|max:255',
34-
'redirect' => 'required|url|max:255',
34+
'redirect' => 'required|string|max:255',
3535
]);
3636

3737
app(ClientRepository::class)->create(

0 commit comments

Comments
 (0)