Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Leblow committed Apr 8, 2024
1 parent 67ba250 commit fb1852a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/identity/src/createUserCsr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ async function requestCertificate({
}): Promise<CertData> {
const keyPair: CryptoKeyPair = existingKeyPair ? existingKeyPair : await generateKeyPair({ signAlg })


const pkcs10 = new CertificationRequest({
version: 0,
attributes: [],
Expand Down

0 comments on commit fb1852a

Please sign in to comment.