Skip to content

Commit

Permalink
Merge pull request #412 from soartec-lab/task/remove-unnecessary-erro…
Browse files Browse the repository at this point in the history
…r-class

Remove unnecessary class `AttestationTrustworthinessVerificationError`
  • Loading branch information
santiagorodriguez96 committed Mar 5, 2024
2 parents 657a278 + 3d783cf commit 8dc2fc3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/webauthn/authenticator_attestation_response.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@

module WebAuthn
class AttestationStatementVerificationError < VerificationError; end
class AttestationTrustworthinessVerificationError < VerificationError; end
class AttestedCredentialVerificationError < VerificationError; end

class AuthenticatorAttestationResponse < AuthenticatorResponse
Expand Down

0 comments on commit 8dc2fc3

Please sign in to comment.