Skip to content
Code-Schnipsel Gruppen Projekte
Commit 35d4d903 erstellt von Henning Leutz's avatar Henning Leutz :martial_arts_uniform:
Dateien durchsuchen

fix: css bei QUI\Auth\Google2Fa\Controls\Login geladen

Übergeordneter 2a1f231c
No related branches found
No related tags found
Keine zugehörigen Merge Requests gefunden
<?php <?php
/** /**
* This file contains * This file contains QUI\Auth\Google2Fa\Controls\Login
*/ */
namespace QUI\Auth\Google2Fa\Controls; namespace QUI\Auth\Google2Fa\Controls;
...@@ -15,6 +15,18 @@ ...@@ -15,6 +15,18 @@
*/ */
class Login extends Control class Login extends Control
{ {
/**
* Login constructor.
*
* @param array $attributes
*/
public function __construct(array $attributes = array())
{
parent::__construct($attributes);
$this->addCSSFile(dirname(__FILE__) . '/Login.css');
}
/** /**
* @return string * @return string
*/ */
......
0% oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren