diff --git a/functions.php b/functions.php index 7112ed9..8886a3c 100644 --- a/functions.php +++ b/functions.php @@ -403,7 +403,7 @@ function otpa_is_identifier_synced() { * @return bool whether the OTP gateway is the WordPress User email */ function otpa_is_email_gateway() { - return 'Otpa_WP_Email_Gateway' !== otpa_get_active_gateway_class_name(); + return 'Otpa_WP_Email_Gateway' === otpa_get_active_gateway_class_name(); } /**