updated plugin Two Factor
version 0.13.0
This commit is contained in:
@ -21,7 +21,7 @@ class Two_Factor_Dummy extends Two_Factor_Provider {
|
||||
*/
|
||||
protected function __construct() {
|
||||
add_action( 'two_factor_user_options_' . __CLASS__, array( $this, 'user_options' ) );
|
||||
return parent::__construct();
|
||||
parent::__construct();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user