fix: Validate sentinel custom URL when enabling sentinel
This commit is contained in:
@@ -136,7 +136,6 @@ class Form extends Component
|
|||||||
|
|
||||||
public function updatedServerSettingsIsSentinelEnabled($value)
|
public function updatedServerSettingsIsSentinelEnabled($value)
|
||||||
{
|
{
|
||||||
$this->validate();
|
|
||||||
$this->validate([
|
$this->validate([
|
||||||
'server.settings.sentinel_custom_url' => 'required|url',
|
'server.settings.sentinel_custom_url' => 'required|url',
|
||||||
]);
|
]);
|
||||||
|
|||||||
Reference in New Issue
Block a user