mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
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 @@ class Form extends Component
|
|||
|
||||
public function updatedServerSettingsIsSentinelEnabled($value)
|
||||
{
|
||||
$this->validate();
|
||||
$this->validate([
|
||||
'server.settings.sentinel_custom_url' => 'required|url',
|
||||
]);
|
||||
|
|
|
|||
Loading…
Reference in a new issue