diff --git a/src/Actions/Configuration.php b/src/Actions/Configuration.php index 6c9bd7262..b29a8f5dd 100644 --- a/src/Actions/Configuration.php +++ b/src/Actions/Configuration.php @@ -1059,7 +1059,7 @@ private function getOptionDescription(string $context): string if ('fallback_secret' === $context && $this->isPluginReady()) { $fallbackAllowed = $this->getPlugin()->getOption('authentication', 'allow_fallback', 0); - if (1 === $fallbackAllowed) { + if ('true' === $fallbackAllowed) { $updated = get_site_transient('auth0_updated_fallback'); if (! $updated) {