mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix the login log entry
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
3bfc5a4d95
commit
6496748971
1 changed files with 2 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue