Fix TAB indentation
This commit is contained in:
parent
88c5965d4c
commit
f15141d6fd
@ -165,8 +165,8 @@ class MoodlePasswordPrimaryAuthenticationProvider extends AbstractPrimaryAuthent
|
||||
* @param AuthenticationResponse $response
|
||||
*/
|
||||
public function postAuthentication( $user, AuthenticationResponse $response ) {
|
||||
if ( $response->status !== AuthenticationResponse::PASS ) {
|
||||
return;
|
||||
if ( $response->status !== AuthenticationResponse::PASS ) {
|
||||
return;
|
||||
}
|
||||
|
||||
if ( empty( $this->tokens[$user->getName()] ) ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user