Fixed style formatting

This commit is contained in:
Ben Tyger 2021-05-22 10:54:44 -04:00
parent 3e53b56aec
commit 54381b4958

View file

@ -68,8 +68,9 @@ abstract class AuthController extends Controller
$this->logger->debug(ldap_error($server));
$this->logger->error("Bind with service account ($serviceAccountFQDN) failed.");
return false;
}
}
}
return $server;
}