mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Revert unrelated change from #34940
Probably a left over from an experience that I added by mistake in the change Signed-off-by: Carl Schwan <carl@carlschwan.eu>
This commit is contained in:
parent
5f3585d817
commit
6c76443e89
1 changed files with 1 additions and 1 deletions
|
|
@ -216,7 +216,7 @@ class ClientFlowLoginV2Controller extends Controller {
|
|||
return $response;
|
||||
}
|
||||
|
||||
$result = $this->loginFlowV2Service->flowDoneWithAppPassword($loginToken, $this->getServerPath(), $user, $password);
|
||||
$result = $this->loginFlowV2Service->flowDoneWithAppPassword($loginToken, $this->getServerPath(), $this->userId, $password);
|
||||
return $this->handleFlowDone($result);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue