twofactor update
This commit is contained in:
parent
573d373610
commit
b4591e2846
|
|
@ -13,7 +13,7 @@ namespace Alphaland\Users {
|
||||||
|
|
||||||
class TwoFactor
|
class TwoFactor
|
||||||
{
|
{
|
||||||
public static function SafeGenerate2FASecret()
|
private static function SafeGenerate2FASecret()
|
||||||
{
|
{
|
||||||
$secret = "";
|
$secret = "";
|
||||||
do {
|
do {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue