1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

Move and rename Guzzle\AuthenticatorSubscriber to HttpClient\Authenticator

This commit is contained in:
Yassine Guedidi 2025-01-26 23:38:07 +01:00
parent 991c074d6e
commit 335054c9a3
3 changed files with 13 additions and 13 deletions

View file

@ -1,6 +1,6 @@
<?php
namespace Wallabag\Guzzle;
namespace Wallabag\HttpClient;
use GuzzleHttp\Event\BeforeEvent;
use GuzzleHttp\Event\CompleteEvent;
@ -13,7 +13,7 @@ use Wallabag\SiteConfig\LoginFormAuthenticator;
use Wallabag\SiteConfig\SiteConfig;
use Wallabag\SiteConfig\SiteConfigBuilder;
class AuthenticatorSubscriber implements SubscriberInterface, LoggerAwareInterface
class Authenticator implements SubscriberInterface, LoggerAwareInterface
{
// avoid loop when login failed which can just be a bad login/password
// after 2 attempts, we skip the login