description = ""; $this->icon = "image"; } public function loadView() { parent::loadView(); $document = $this->getDocument(); $settings = $document->getUser()->getConfiguration()->getSettings(); if ($settings->isRecaptchaEnabled()) { $document->getHead()->loadGoogleRecaptcha($settings->getRecaptchaSiteKey()); } } public function getCode(): string { $html = parent::getCode(); $content = $this->getAccountContent(); $icon = $this->createIcon($this->icon, "fas", "fa-3x"); $html .= "
$this->description