Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2019-03-15 20:35:00 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2019-03-15 20:35:00 +0300
commit2377c2e96a5323255a80911023baade6a438fa1d (patch)
treea0e5440a3527547a6d83c99581c39e92405cfa7f /lib
parent5ee1aa4d3e04238971d58f5db9b71d71e70882e3 (diff)
remove invalid use
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'lib')
-rw-r--r--lib/Controller/SettingsController.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Controller/SettingsController.php b/lib/Controller/SettingsController.php
index 6a15d8d..7005479 100644
--- a/lib/Controller/SettingsController.php
+++ b/lib/Controller/SettingsController.php
@@ -23,7 +23,6 @@ declare(strict_types = 1);
namespace OCA\TwoFactorTOTP\Controller;
-use Endroid\QrCode\QrCode;
use InvalidArgumentException;
use OCA\TwoFactorTOTP\Service\ITotp;
use OCP\AppFramework\Controller;