Skip to content

Commit 7cb58e7

Browse files
committed
typofix
1 parent e3a6091 commit 7cb58e7

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)