Skip to content

Commit

Permalink
Fix circular require warning
Browse files Browse the repository at this point in the history
This is a leftover from the initial implementation of supporting multiple relying party configurations, when the relying_party keyword argument in this file called `RelyingParty.new` instead of using the Configuration object.
  • Loading branch information
bdewater committed Feb 18, 2023
1 parent 974c583 commit 5f84dfc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/webauthn/credential.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
require "webauthn/public_key_credential/request_options"
require "webauthn/public_key_credential_with_assertion"
require "webauthn/public_key_credential_with_attestation"
require "webauthn/relying_party"

module WebAuthn
module Credential
Expand Down

0 comments on commit 5f84dfc

Please sign in to comment.