Skip to content

Commit c3a5bb0

Browse files
committed
2 parents e92c265 + e3391f8 commit c3a5bb0

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/Auth/ListensForLdapBindFailure.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ protected function ldapBindFailed($errorMessage, $diagnosticMessage = null)
3737
case $this->causedByLostConnection($errorMessage):
3838
$this->throwLoginValidationException($errorMessage);
3939
break;
40-
case $this->causedByInvalidCredentials($errorMessage);
40+
case $this->causedByInvalidCredentials($errorMessage):
4141
// We'll bypass any invalid LDAP credential errors and let
4242
// the login controller handle it. This is so proper
4343
// translation can be done on the validation error.

src/LdapAuthServiceProvider.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,6 @@ public function boot()
7878
}
7979

8080
/**
81-
*
82-
*
8381
* @return void
8482
*/
8583
protected function registerLoginControllerListener()

0 commit comments

Comments
 (0)