We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5d5d0c1 + cf97588 commit 1325f56Copy full SHA for 1325f56
src/Actions/Configuration.php
@@ -1059,7 +1059,7 @@ private function getOptionDescription(string $context): string
1059
1060
if ('fallback_secret' === $context && $this->isPluginReady()) {
1061
$fallbackAllowed = $this->getPlugin()->getOption('authentication', 'allow_fallback', 0);
1062
- if (1 === $fallbackAllowed) {
+ if ('true' === $fallbackAllowed) {
1063
$updated = get_site_transient('auth0_updated_fallback');
1064
1065
if (! $updated) {
0 commit comments