Skip to content
Code-Schnipsel Gruppen Projekte
Commit 12e5e938 erstellt von Patrick Müller's avatar Patrick Müller
Dateien durchsuchen

Merge branch 'dev' of dev.quiqqer.com:quiqqer/authgoogle2fa into dev

Übergeordnete cbbacb88 35d4d903
No related branches found
No related tags found
Keine zugehörigen Merge Requests gefunden
<?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
*/
......
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