From 2ffef2be8f6967c012be52efb6c21dd28878ee4c Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 8 Mar 2023 10:18:32 +0000 Subject: minor cleanup --- include/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/auth.php') diff --git a/include/auth.php b/include/auth.php index de515489a..0ea7b3dba 100644 --- a/include/auth.php +++ b/include/auth.php @@ -268,7 +268,7 @@ if((isset($_SESSION)) && (x($_SESSION, 'authenticated')) && $multiFactor = AConfig::Get(App::$account['account_id'], 'system', 'mfa_enabled'); if ($multiFactor && empty($_SESSION['2FA_VERIFIED']) && App::$module !== 'totp_check') { $o = new Zotlabs\Module\Totp_check; - echo $o->get(true); + echo $o->get(); killme(); } -- cgit v1.2.3