Skip to content

Commit d82391d

Browse files
authored
Merge pull request #7 from pdsinterop/code-cleanup
typofix
2 parents 1385bbd + 7cb58e7 commit d82391d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/TokenGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public function addIdTokenToResponse($response, $clientId, $subject, $nonce, $pr
111111
$privateKey
112112
);
113113
$value = preg_replace("/code=(.*?)&/", "code=\$1&id_token=$idToken&", $value);
114-
$response = $response->withHeader("Location", value);
114+
$response = $response->withHeader("Location", $value);
115115
}
116116
}
117117
return $response;

0 commit comments

Comments
 (0)