We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96d64be commit 24e3139Copy full SHA for 24e3139
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