From 64967489714f4415ab0480a666d5701ae4880a84 Mon Sep 17 00:00:00 2001 From: Simon L Date: Mon, 30 Jan 2023 17:07:44 +0100 Subject: [PATCH] fix the login log entry Signed-off-by: Simon L --- core/Controller/LoginController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/Controller/LoginController.php b/core/Controller/LoginController.php index b93c6002ed5f3..d3873d1329e31 100644 --- a/core/Controller/LoginController.php +++ b/core/Controller/LoginController.php @@ -291,8 +291,8 @@ private function generateRedirect(?string $redirectUrl): RedirectResponse { */ #[UseSession] public function tryLogin(Chain $loginChain, - string $user, - string $password, + string $user = '', + string $password = '', string $redirect_url = null, string $timezone = '', string $timezone_offset = ''): RedirectResponse {