1
0
Fork 0
mirror of synced 2024-09-28 15:31:43 +12: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:
Steven Nguyen 2024-09-17 22:35:07 -07:00
parent 1c8245de99
commit bde1ad9b05
No known key found for this signature in database

View file

@ -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' => ''
],
[