Skip to content

Commit 24e3139

Browse files
committed
Made key required
1 parent 96d64be commit 24e3139

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Form/SettingsForm.php

+1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ public function buildForm(array $form, FormStateInterface $form_state): array {
7878
'type' => 'user_password',
7979
],
8080
'#title' => $this->t('Key'),
81+
'#required' => TRUE,
8182
'#default_value' => $config->get(self::KEY),
8283
];
8384

0 commit comments

Comments
 (0)