mirror of
https://github.com/friendica/friendica
synced 2025-04-24 01:50:17 +00:00
Move all two-factor authentication classes in Security\TwoFactor
This commit is contained in:
parent
c644d76d28
commit
3e257d4266
7 changed files with 8 additions and 8 deletions
|
@ -25,7 +25,7 @@ use Friendica\BaseModule;
|
|||
use Friendica\Core\Renderer;
|
||||
use Friendica\Core\Session;
|
||||
use Friendica\DI;
|
||||
use Friendica\Model\TwoFactor\RecoveryCode;
|
||||
use Friendica\Security\TwoFactor\Model\RecoveryCode;
|
||||
|
||||
/**
|
||||
* // Page 1a: Recovery code verification
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue