Skip to content
Snippets Groups Projects
Commit 31e0255c authored by agata's avatar agata
Browse files

exclude google otp

parent 5c86b553
Branches
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@ class Two_Factor_Core {
public static function get_providers() {
$providers = array(
'Two_Factor_Email' => TWO_FACTOR_DIR . 'providers/class.two-factor-email.php',
'Two_Factor_Totp' => TWO_FACTOR_DIR . 'providers/class.two-factor-totp.php',
/*'Two_Factor_Totp' => TWO_FACTOR_DIR . 'providers/class.two-factor-totp.php',*/
'Two_Factor_FIDO_U2F' => TWO_FACTOR_DIR . 'providers/class.two-factor-fido-u2f.php',
'Two_Factor_Backup_Codes' => TWO_FACTOR_DIR . 'providers/class.two-factor-backup-codes.php',
'Two_Factor_Dummy' => TWO_FACTOR_DIR . 'providers/class.two-factor-dummy.php',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment