Skip to content

Commit 74d7085

Browse files
authored
Merge pull request #6 from RhubarbPHP/hotfix/FixForIncorrectLoginProvider
Fixing incorrect Login Provider
2 parents 8c3b3a0 + f62b339 commit 74d7085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Authentication/LoginProviderBasedAuthenticationProviders/LoginProviderCredentialsAuthenticationProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020

2121
use Rhubarb\Crown\Exceptions\ForceResponseException;
2222
use Rhubarb\Crown\LoginProviders\Exceptions\LoginFailedException;
23+
use Rhubarb\Crown\LoginProviders\LoginProvider;
2324
use Rhubarb\Crown\Request\Request;
2425
use Rhubarb\Crown\Response\BasicAuthorisationRequiredResponse;
2526
use Rhubarb\Crown\Response\ExpiredResponse;
2627
use Rhubarb\Crown\Response\TooManyLoginAttemptsResponse;
2728
use Rhubarb\RestApi\Authentication\CredentialsLoginProviderAuthenticationProvider;
2829
use Rhubarb\Scaffolds\Authentication\Exceptions\LoginExpiredException;
2930
use Rhubarb\Scaffolds\Authentication\Exceptions\LoginTemporarilyLockedOutException;
30-
use Rhubarb\Scaffolds\Authentication\LoginProviders\LoginProvider;
3131

3232

3333
class LoginProviderCredentialsAuthenticationProvider extends CredentialsLoginProviderAuthenticationProvider

0 commit comments

Comments
 (0)