From b61e0f08f67fddec1b438984ad0409fa02b006ff Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Mon, 6 May 2024 00:58:23 +0000 Subject: [PATCH] make required --- app/config/variables.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/variables.php b/app/config/variables.php index cd6c492f9e..f18dac5d73 100644 --- a/app/config/variables.php +++ b/app/config/variables.php @@ -183,7 +183,7 @@ return [ 'description' => 'This is the email address used to issue SSL certificates for custom domains', 'introduction' => '1.5.1', 'default' => '', - 'required' => false, + 'required' => true, 'question' => '', 'filter' => '' ],