diff --git a/src/QUI/Auth/Google2Fa/Controls/Login.php b/src/QUI/Auth/Google2Fa/Controls/Login.php index 6cd730cdb238a4b621cb4ae78fe685b065b01a25..4909831f3cc9f0ffd6d540916d66357592bbc3e2 100644 --- a/src/QUI/Auth/Google2Fa/Controls/Login.php +++ b/src/QUI/Auth/Google2Fa/Controls/Login.php @@ -1,7 +1,7 @@ <?php /** - * This file contains + * This file contains QUI\Auth\Google2Fa\Controls\Login */ namespace QUI\Auth\Google2Fa\Controls; @@ -15,6 +15,18 @@ */ 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 */