Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix the login log entry
Signed-off-by: Simon L <[email protected]>
  • Loading branch information
szaimen committed Jan 30, 2023
commit 64967489714f4415ab0480a666d5701ae4880a84
4 changes: 2 additions & 2 deletions core/Controller/LoginController.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down