Fix the login log entry

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-02-11 14:28:38 +01:00
parent 279e113a0e
commit bbbef1f1ad

View file

@ -295,8 +295,8 @@ class LoginController extends Controller {
*
* @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 {