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 Feb 11, 2023
commit bbbef1f1adba426c2aab6d2a6571a0d4fc5981a0
4 changes: 2 additions & 2 deletions core/Controller/LoginController.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down