mirror of
https://github.com/friendica/friendica
synced 2025-04-23 02:30:20 +00:00
Move recovery code model to sub-folder
This commit is contained in:
parent
d7fdb42488
commit
a149d6ec44
4 changed files with 14 additions and 14 deletions
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
namespace Friendica\Model;
|
||||
namespace Friendica\Model\TwoFactor;
|
||||
|
||||
use Friendica\BaseObject;
|
||||
use Friendica\Database\DBA;
|
||||
|
@ -13,7 +13,7 @@ use PragmaRX\Recovery\Recovery;
|
|||
*
|
||||
* @package Friendica\Model
|
||||
*/
|
||||
class TwoFactorRecoveryCode extends BaseObject
|
||||
class RecoveryCode extends BaseObject
|
||||
{
|
||||
/**
|
||||
* Returns the number of code the provided users can still use to replace a TOTP code
|
Loading…
Add table
Add a link
Reference in a new issue