mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-18 10:39:28 +00:00
Drop to level 6, that should fix the build.
This commit is contained in:
@@ -127,6 +127,9 @@ class LoginController extends Controller
|
||||
Log::channel('audit')->info(sprintf('Login failed. Attempt for user "%s" failed.', $request->get($this->username())));
|
||||
|
||||
$this->sendFailedLoginResponse($request);
|
||||
|
||||
/** @noinspection PhpUnreachableStatementInspection */
|
||||
return response()->json([]);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user