akaunting 3.0 (the last dance)
This commit is contained in:
@ -90,7 +90,7 @@ class Reset extends Controller
|
||||
});
|
||||
|
||||
// Logout if no company assigned
|
||||
if (!$company) {
|
||||
if (! $company) {
|
||||
$this->guard()->logout();
|
||||
|
||||
return response()->json([
|
||||
|
Reference in New Issue
Block a user