diff options
author | Faraz Samapoor <f.samapoor@gmail.com> | 2023-06-05 00:26:15 +0330 |
---|---|---|
committer | Louis <6653109+artonge@users.noreply.github.com> | 2023-06-16 19:29:40 +0200 |
commit | 468aefc6498f3e0ecee266f1af0fe25c4d99701a (patch) | |
tree | ce557472d1704b45c70fef2547989b02e3ed5906 | |
parent | 4bf610ebaf52447a678e83d40a98463969e6fd51 (diff) | |
download | nextcloud-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.php | 1 |
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; |