Skip to content

Commit

Permalink
[TASK] Fixed wrong class for auth service due to prev. code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
derhansen committed Dec 24, 2019
1 parent f3b1dae commit def51bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/YubikeyAuthService.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/**
* Service "Yubikey OTP Authentication" for the "sf_yubikey" extension.
*/
class YubikeyAuthService extends \TYPO3\CMS\Core\Authentication\AbstractAuthenticationService
class YubikeyAuthService extends \TYPO3\CMS\Sv\AbstractAuthenticationService
{
/**
* Keeps class name.
Expand Down

0 comments on commit def51bf

Please sign in to comment.