code cleanup
This commit is contained in:
@@ -24,7 +24,7 @@ class LoginBody extends Body {
|
||||
$head->addCSS(Link::ACCOUNT);
|
||||
}
|
||||
|
||||
public function getCode() {
|
||||
public function getCode(): string {
|
||||
$html = parent::getCode();
|
||||
|
||||
$username = L("Username");
|
||||
|
||||
Reference in New Issue
Block a user