We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb77ff7 commit 1887a70Copy full SHA for 1887a70
src/Form/SettingsForm.php
@@ -78,6 +78,7 @@ public function buildForm(array $form, FormStateInterface $form_state): array {
78
'type' => 'user_password',
79
],
80
'#title' => $this->t('Key'),
81
+ '#required' => TRUE,
82
'#default_value' => $config->get(self::KEY),
83
];
84
0 commit comments