diff options
author | tobiasKaminsky <tobias@kaminsky.me> | 2025-06-03 10:36:04 +0200 |
---|---|---|
committer | tobiasKaminsky <tobias@kaminsky.me> | 2025-06-03 10:36:04 +0200 |
commit | 1c806ac4344331703660a8753777a3ac26d604ab (patch) | |
tree | 9b60e5d8dffa60e64e987904a8d3b6687d0d24d4 | |
parent | 657dccdade755c47f250848454f6573b13bcba07 (diff) | |
download | nextcloud-server-backport/42099/stable31.tar.gz nextcloud-server-backport/42099/stable31.zip |
add importbackport/42099/stable31
-rw-r--r-- | core/Controller/ClientFlowLoginV2Controller.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/Controller/ClientFlowLoginV2Controller.php b/core/Controller/ClientFlowLoginV2Controller.php index fce60d443ee..8e07a2cb1d0 100644 --- a/core/Controller/ClientFlowLoginV2Controller.php +++ b/core/Controller/ClientFlowLoginV2Controller.php @@ -33,6 +33,8 @@ use OCP\IURLGenerator; use OCP\IUser; use OCP\IUserSession; use OCP\Security\ISecureRandom; +use function hash_equals; +use function OCP\Log\logger; /** * @psalm-import-type CoreLoginFlowV2Credentials from ResponseDefinitions |