We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f11112 commit 0194e80Copy full SHA for 0194e80
app/Livewire/OauthClients.php
@@ -31,7 +31,7 @@ public function createClient(): void
31
{
32
$this->validate([
33
'name' => 'required|string|max:255',
34
- 'redirect' => 'required|url|max:255',
+ 'redirect' => 'required|string|max:255',
35
]);
36
37
app(ClientRepository::class)->create(
0 commit comments