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
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Service/Totp.php')
-rw-r--r--lib/Service/Totp.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Service/Totp.php b/lib/Service/Totp.php
index 81c4c6e..8944120 100644
--- a/lib/Service/Totp.php
+++ b/lib/Service/Totp.php
@@ -37,7 +37,6 @@ use OCP\EventDispatcher\IEventDispatcher;
use OCP\IUser;
use OCP\Security\ICrypto;
use OCP\Security\ISecureRandom;
-use Symfony\Component\EventDispatcher\EventDispatcherInterface;
class Totp implements ITotp {