Skip to content

Commit

Permalink
chore: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
sksadjad committed Apr 22, 2024
1 parent 9cd97fe commit 03ea90c
Show file tree
Hide file tree
Showing 2 changed files with 1,063 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/authorization-request/AuthorizationRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ export class AuthorizationRequest {
} else if (mergedPayload.client_id_scheme === 'x509_san_dns') {
await this.checkX509SanDNSScheme(jwt, mergedPayload.client_id);
} else if (mergedPayload.client_id_scheme === 'x509_san_uri') {
throw new Error(SIOPErrors.VERIFICATION_X509_SAN_URI_SCHEME_NOT_IMPLEMENTED_ERROR)
throw new Error(SIOPErrors.VERIFICATION_X509_SAN_URI_SCHEME_NOT_IMPLEMENTED_ERROR);
}
await checkWellknownDIDFromRequest(mergedPayload, opts);

Expand Down
Loading

0 comments on commit 03ea90c

Please sign in to comment.