We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5433185 commit dfb25d7Copy full SHA for dfb25d7
src/Adapter/BrowserSession.php
@@ -91,7 +91,7 @@ public function authenticate(ServerRequestInterface $request, $check_password =
91
return $this->sessions_repository->createSession(
92
$this->getUserFromCredentials(
93
$this->users_repository,
94
- $this->getAuthenticationCredentialsFromRequest($request),
+ $this->getAuthenticationCredentialsFromRequest($request, $check_password),
95
$check_password
96
)
97
);
0 commit comments