mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
fix: missing question for _APP_EMAIL_CERTIFICATES during install
Because the variable is required and there is no default, the user is prompted to supply a value, but because there is no question set, the user won't know what to fill in.
This commit is contained in:
@@ -193,7 +193,7 @@ return [
|
||||
'introduction' => '1.5.1',
|
||||
'default' => '',
|
||||
'required' => true,
|
||||
'question' => '',
|
||||
'question' => 'Enter an email that will be used when registering for SSL certificates',
|
||||
'filter' => ''
|
||||
],
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user