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:
parent
991c074d6e
commit
335054c9a3
3 changed files with 13 additions and 13 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue