Skip to content

Commit 29651ea

Browse files
committed
remove duplicate line
1 parent f2f0d18 commit 29651ea

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Utils/DPop.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@ private function validateDpop($dpop, $request) {
189189

190190
private function getSubjectFromJwt($jwt) {
191191
$jwtConfig = $configuration = Configuration::forUnsecuredSigner();
192-
$jwt = $jwtConfig->parser()->parse($jwt);
193192
try {
194193
$jwt = $jwtConfig->parser()->parse($jwt);
195194
} catch(\Exception $e) {

0 commit comments

Comments
 (0)