This commit is contained in:
Austin 2021-11-12 12:59:21 -05:00
parent 27041769ac
commit 0161c7c639
1 changed files with 3 additions and 0 deletions

View File

@ -26,6 +26,9 @@ $joinpref = $userquery->canJoin;
$tradepref = null;
$theme = $userquery->theme;
//initialize 2FA in the database if it hasnt been already
initialize2FA($userid);
$userInfo = array (
"userid" => $userid,
"username" => $username,