aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFaraz Samapoor <f.samapoor@gmail.com>2023-06-05 00:26:15 +0330
committerLouis <6653109+artonge@users.noreply.github.com>2023-06-16 19:29:40 +0200
commit468aefc6498f3e0ecee266f1af0fe25c4d99701a (patch)
treece557472d1704b45c70fef2547989b02e3ed5906
parent4bf610ebaf52447a678e83d40a98463969e6fd51 (diff)
downloadnextcloud-server-468aefc6498f3e0ecee266f1af0fe25c4d99701a.tar.gz
nextcloud-server-468aefc6498f3e0ecee266f1af0fe25c4d99701a.zip
Fixes php-cs-fixer error.
Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
-rw-r--r--core/Controller/LoginController.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/Controller/LoginController.php b/core/Controller/LoginController.php
index 4c3d07c6cf2..97b656667ff 100644
--- a/core/Controller/LoginController.php
+++ b/core/Controller/LoginController.php
@@ -38,7 +38,6 @@ use OC\Authentication\Login\Chain;
use OC\Authentication\Login\LoginData;
use OC\Authentication\WebAuthn\Manager as WebAuthnManager;
use OC\Security\Bruteforce\Throttler;
-use OC\User\Session;
use OC_App;
use OCP\AppFramework\Controller;
use OCP\AppFramework\Http;