twofactor update

This commit is contained in:
Austin 2021-11-28 05:21:00 -05:00
parent 573d373610
commit b4591e2846
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ namespace Alphaland\Users {
class TwoFactor
{
public static function SafeGenerate2FASecret()
private static function SafeGenerate2FASecret()
{
$secret = "";
do {