diff --git a/system/pages/account/2fa/app/enable.php b/system/pages/account/2fa/app/enable.php index 972053d4..37b41786 100644 --- a/system/pages/account/2fa/app/enable.php +++ b/system/pages/account/2fa/app/enable.php @@ -2,8 +2,6 @@ defined('MYAAC') or die('Direct access not allowed!'); use MyAAC\TwoFactorAuth\TwoFactorAuth; -use OTPHP\TOTP; -use Symfony\Component\Clock\NativeClock; require __DIR__ . '/../base.php';