2fa prep
This commit is contained in:
parent
27041769ac
commit
0161c7c639
|
|
@ -26,6 +26,9 @@ $joinpref = $userquery->canJoin;
|
||||||
$tradepref = null;
|
$tradepref = null;
|
||||||
$theme = $userquery->theme;
|
$theme = $userquery->theme;
|
||||||
|
|
||||||
|
//initialize 2FA in the database if it hasnt been already
|
||||||
|
initialize2FA($userid);
|
||||||
|
|
||||||
$userInfo = array (
|
$userInfo = array (
|
||||||
"userid" => $userid,
|
"userid" => $userid,
|
||||||
"username" => $username,
|
"username" => $username,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue