aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortobiasKaminsky <tobias@kaminsky.me>2025-05-30 09:32:53 +0200
committertobiasKaminsky <tobias@kaminsky.me>2025-05-30 09:32:53 +0200
commit2b291deea8509446a36d5fc20d77e4cb3c69b0d9 (patch)
tree651b6f0fe199d0b875d62fa4e87f025f6e3ef13c
parentb772ab5d0b030bc77895b5aaa3407acd670f065b (diff)
downloadnextcloud-server-backport/42099/stable29.tar.gz
nextcloud-server-backport/42099/stable29.zip
-rw-r--r--core/Controller/ClientFlowLoginV2Controller.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Controller/ClientFlowLoginV2Controller.php b/core/Controller/ClientFlowLoginV2Controller.php
index a87d8e6b6ee..f8fef19b500 100644
--- a/core/Controller/ClientFlowLoginV2Controller.php
+++ b/core/Controller/ClientFlowLoginV2Controller.php
@@ -49,6 +49,7 @@ use OCP\IURLGenerator;
use OCP\IUser;
use OCP\IUserSession;
use OCP\Security\ISecureRandom;
+use function OCP\Log\logger;
/**
* @psalm-import-type CoreLoginFlowV2Credentials from ResponseDefinitions