We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 63696fe + 6496748 commit a747be3Copy full SHA for a747be3
1 file changed
core/Controller/LoginController.php
@@ -291,8 +291,8 @@ private function generateRedirect(?string $redirectUrl): RedirectResponse {
291
*/
292
#[UseSession]
293
public function tryLogin(Chain $loginChain,
294
- string $user,
295
- string $password,
+ string $user = '',
+ string $password = '',
296
string $redirect_url = null,
297
string $timezone = '',
298
string $timezone_offset = ''): RedirectResponse {
0 commit comments