From 028a0bf513c905fdb8986adecd47f93685399680 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Tue, 22 Oct 2024 10:45:12 +0200 Subject: [PATCH] fix: Validate sentinel custom URL when enabling sentinel --- app/Livewire/Server/Form.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Livewire/Server/Form.php b/app/Livewire/Server/Form.php index a2f04074a..5687bbf39 100644 --- a/app/Livewire/Server/Form.php +++ b/app/Livewire/Server/Form.php @@ -136,7 +136,6 @@ class Form extends Component public function updatedServerSettingsIsSentinelEnabled($value) { - $this->validate(); $this->validate([ 'server.settings.sentinel_custom_url' => 'required|url', ]);