Bugfix, the captcha input id now equals self::KEY_CAPTCHA_PHRASE.

This commit is contained in:
Lewin Probst 2020-02-04 17:33:35 +01:00
parent d34a022bcf
commit 759e2b52d8

View file

@ -113,7 +113,7 @@ return new class extends Lewp\Module
'input',
'',
[
'id' => 'captchainput',
'id' => self::KEY_CAPTCHA_PHRASE,
'name' => self::KEY_CAPTCHA_PHRASE,
'type' => 'text',
'required' => 'required',