Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
ai
noblogs-wp
Commits
423a0299
Commit
423a0299
authored
Oct 18, 2019
by
agata
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
reintroduce google auth
parent
859b4f63
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
wp-content/plugins/two-factor/class.two-factor-core.php
wp-content/plugins/two-factor/class.two-factor-core.php
+1
-1
No files found.
wp-content/plugins/two-factor/class.two-factor-core.php
View file @
423a0299
...
...
@@ -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'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment