This commit is contained in:
Sander Dorigo
2025-02-17 13:32:07 +01:00
parent 4820ef6580
commit c8e301326e
2 changed files with 2 additions and 2 deletions

View File

@@ -224,7 +224,7 @@ class LoginController extends Controller
{
Log::channel('audit')->info('Show login form (1.1).');
$count = DB::table('users')->whereNull('deleted_at')->count();
$count = DB::table('users')->count();
$guard = config('auth.defaults.guard');
$title = (string) trans('firefly.login_page_title');