fix the login log entry

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-01-30 17:07:44 +01:00
parent 3bfc5a4d95
commit 6496748971

View file

@ -291,8 +291,8 @@ class LoginController extends Controller {
*/
#[UseSession]
public function tryLogin(Chain $loginChain,
string $user,
string $password,
string $user = '',
string $password = '',
string $redirect_url = null,
string $timezone = '',
string $timezone_offset = ''): RedirectResponse {