Skip to content

Commit 712c192

Browse files
committed
Update Authentication.php
1 parent eb46d49 commit 712c192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Actions/Authentication.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ public function onShutdown(): void
568568
return;
569569
}
570570

571-
if ('false' !== $this->getPlugin()->getOption('authentication', 'rolling_sessions')) {
571+
if ('false' !== $this->getPlugin()->getOption('sessions', 'rolling_sessions')) {
572572
$store = $this->getSdk()->configuration()->getSessionStorage();
573573

574574
/**

0 commit comments

Comments
 (0)