We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sjinks/wp-two-factor-provider-webauthn@c0198c8
Admin::is_webauthn_enabled() no longer returns truthful on 2.5.3, as the provider class isn't present within the provider list.
Admin::is_webauthn_enabled()
I'm not sure why, but in the quick testing:
var_dump( \Two_Factor_Core::get_providers() ); array (size=2) 'Two_Factor_Totp' => object(WordPressdotorg\Two_Factor\Encrypted_Totp_Provider)[1389] 'Two_Factor_Backup_Codes' => object(Two_Factor_Backup_Codes)[1391]
This causes the 2FA interface to be broken as the XHR endpoints for the plugin aren't loaded.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
sjinks/wp-two-factor-provider-webauthn@c0198c8
Admin::is_webauthn_enabled()
no longer returns truthful on 2.5.3, as the provider class isn't present within the provider list.I'm not sure why, but in the quick testing:
This causes the 2FA interface to be broken as the XHR endpoints for the plugin aren't loaded.
The text was updated successfully, but these errors were encountered: