hCaptcha Integration

This commit is contained in:
2024-04-23 14:05:29 +02:00
parent aea20b7a10
commit 51ee723dcb
22 changed files with 275 additions and 145 deletions

View File

@@ -60,7 +60,6 @@ class HtmlDocument extends Document {
return $code;
}
public function getTitle(): string {
if ($this->head !== null) {
return $this->head->getTitle();