From ac51dba5dc49db6fd00a9793ad5d0a76b7f4e0c9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Patrick=20M=C3=BCller?= <p.mueller@pcsg.de>
Date: Wed, 1 Feb 2017 10:56:59 +0100
Subject: [PATCH] feat: Neu-Generierung von Recovery Keys

---
 src/QUI/Auth/Google2Fa/Controls/Login.php | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/QUI/Auth/Google2Fa/Controls/Login.php b/src/QUI/Auth/Google2Fa/Controls/Login.php
index 6b6b63c..4909831 100644
--- a/src/QUI/Auth/Google2Fa/Controls/Login.php
+++ b/src/QUI/Auth/Google2Fa/Controls/Login.php
@@ -32,8 +32,6 @@ public function __construct(array $attributes = array())
      */
     public function getBody()
     {
-        $this->addCSSFile(dirname(__FILE__) . '/Login.css');
-
         $Engine = QUI::getTemplateManager()->getEngine();
         return $Engine->fetch(dirname(__FILE__) . '/Login.html');
     }
-- 
GitLab