fix(ui): enable SSL is not working correctly for KeyDB

This commit is contained in:
peaklabs-dev
2025-02-11 20:18:42 +01:00
parent 0a738e6bff
commit 4fdd5679c9
2 changed files with 2 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ class General extends Component
public $certificateValidUntil = null;
#[Validate(['nullable', 'boolean'])]
#[Validate(['boolean'])]
public bool $enable_ssl = false;
public function getListeners()