Skip to content

Commit dfb25d7

Browse files
committed
Add forgotten $check_password param in Adapter:: getAuthenticationCredentialsFromRequest()
1 parent 5433185 commit dfb25d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Adapter/BrowserSession.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public function authenticate(ServerRequestInterface $request, $check_password =
9191
return $this->sessions_repository->createSession(
9292
$this->getUserFromCredentials(
9393
$this->users_repository,
94-
$this->getAuthenticationCredentialsFromRequest($request),
94+
$this->getAuthenticationCredentialsFromRequest($request, $check_password),
9595
$check_password
9696
)
9797
);

0 commit comments

Comments
 (0)