Remove first login request

This commit is contained in:
philipp lang 2024-02-24 00:37:02 +01:00
parent 6fd6e9ead5
commit e897d37dbd
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@ class MainCookie extends Authenticator
unlink($file);
}
$this->http()->get($this->url . '/ica/pages/login.jsp');
$response = $this->http()->asForm()->post($this->url . '/ica/rest/nami/auth/manual/sessionStartup', [
'Login' => 'API',
'redirectTo' => './app.jsp',