Skip to content

Commit a747be3

Browse files
authored
Merge pull request #36443 from nextcloud/fix/23063/fix-login-log-entry
fix the login log entry
2 parents 63696fe + 6496748 commit a747be3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/Controller/LoginController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,8 +291,8 @@ private function generateRedirect(?string $redirectUrl): RedirectResponse {
291291
*/
292292
#[UseSession]
293293
public function tryLogin(Chain $loginChain,
294-
string $user,
295-
string $password,
294+
string $user = '',
295+
string $password = '',
296296
string $redirect_url = null,
297297
string $timezone = '',
298298
string $timezone_offset = ''): RedirectResponse {

0 commit comments

Comments
 (0)