fix: Validate sentinel custom URL when enabling sentinel
This commit is contained in:
parent
e8854c3101
commit
028a0bf513
1 changed files with 0 additions and 1 deletions
|
|
@ -136,7 +136,6 @@ public function updatedServerSettingsIsBuildServer()
|
||||||
|
|
||||||
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',
|
||||||
]);
|
]);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue