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 eda183b commit 7935b9eCopy full SHA for 7935b9e
src/Auth/Source/Negotiate.php
@@ -341,7 +341,7 @@ protected function lookupUserData(string $user): ?array
341
public function logout(array &$state): void
342
{
343
// get the source that was used to authenticate
344
- $authId = $state['LogoutState']['negotiate:backend'];
+ $authId = $state['negotiate:backend'];
345
Logger::debug('Negotiate - logout has the following authId: "' . $authId . '"');
346
347
if ($authId === null) {
0 commit comments