mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
Fix the login log entry
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
279e113a0e
commit
bbbef1f1ad
1 changed files with 2 additions and 2 deletions
|
|
@ -295,8 +295,8 @@ class LoginController extends Controller {
|
|||
*
|
||||
* @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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue