Skip to content

Commit e3c7fca

Browse files
m0arktvdijen
authored andcommitted
Update Negotiate.php - fix logout state reference
1 parent 720cde5 commit e3c7fca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Auth/Source/Negotiate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ protected function lookupUserData(string $uid): ?array
423423
public function logout(array &$state): void
424424
{
425425
// get the source that was used to authenticate
426-
$authId = $state['LogoutState']['negotiate:backend'];
426+
$authId = $state['negotiate:backend'];
427427
Logger::debug('Negotiate - logout has the following authId: "' . $authId . '"');
428428

429429
if ($authId === null) {

0 commit comments

Comments
 (0)