Skip to content

Commit

Permalink
Merge branch '5.x' of https://github.com/auth0/wordpress into 5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Jun 4, 2024
2 parents 5d5d0c1 + cf97588 commit 1325f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Actions/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 1325f56

Please sign in to comment.