Skip to content

Commit

Permalink
Merge pull request #36443 from nextcloud/fix/23063/fix-login-log-entry
Browse files Browse the repository at this point in the history
fix the login log entry
  • Loading branch information
szaimen authored Feb 15, 2023
2 parents 63696fe + 6496748 commit a747be3
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit a747be3

Please sign in to comment.