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