2FA totp, bugfix

This commit is contained in:
2024-04-07 14:23:59 +02:00
parent e97ac34365
commit 0974ac9260
21 changed files with 262 additions and 106 deletions

View File

@@ -1,7 +1,6 @@
<?php
use Base32\Base32;
use Core\Objects\Context;
use Core\Objects\TwoFactor\TimeBasedTwoFactorToken;
class TimeBasedTwoFactorTokenTest extends PHPUnit\Framework\TestCase {