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.
1 parent eb46d49 commit 712c192Copy full SHA for 712c192
src/Actions/Authentication.php
@@ -568,7 +568,7 @@ public function onShutdown(): void
568
return;
569
}
570
571
- if ('false' !== $this->getPlugin()->getOption('authentication', 'rolling_sessions')) {
+ if ('false' !== $this->getPlugin()->getOption('sessions', 'rolling_sessions')) {
572
$store = $this->getSdk()->configuration()->getSessionStorage();
573
574
/**
0 commit comments