From bbbef1f1adba426c2aab6d2a6571a0d4fc5981a0 Mon Sep 17 00:00:00 2001 From: Simon L Date: Sat, 11 Feb 2023 14:28:38 +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 465c5c6ed5c76..275103965ed40 100644 --- a/core/Controller/LoginController.php +++ b/core/Controller/LoginController.php @@ -295,8 +295,8 @@ private function generateRedirect(?string $redirectUrl): RedirectResponse { * * @return RedirectResponse */ - public function tryLogin(string $user, - string $password, + public function tryLogin(string $user = '', + string $password = '', string $redirect_url = null, string $timezone = '', string $timezone_offset = ''): RedirectResponse {