Skip to content

Commit 1325f56

Browse files
committed
Merge branch '5.x' of https://github.com/auth0/wordpress into 5.x
2 parents 5d5d0c1 + cf97588 commit 1325f56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Actions/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1059,7 +1059,7 @@ private function getOptionDescription(string $context): string
10591059

10601060
if ('fallback_secret' === $context && $this->isPluginReady()) {
10611061
$fallbackAllowed = $this->getPlugin()->getOption('authentication', 'allow_fallback', 0);
1062-
if (1 === $fallbackAllowed) {
1062+
if ('true' === $fallbackAllowed) {
10631063
$updated = get_site_transient('auth0_updated_fallback');
10641064

10651065
if (! $updated) {

0 commit comments

Comments
 (0)