From 85bc696912adb404f8cc281390f6ce2fbb5bdddf Mon Sep 17 00:00:00 2001 From: Houyem Noomen <112901776+HouyemDev@users.noreply.github.com> Date: Thu, 15 Feb 2024 09:18:29 +0100 Subject: [PATCH] Update functions.php the function correction --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } /**