Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceful-james committed Jun 30, 2024
1 parent a625694 commit 360641a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/webauthn_components/registration_component.ex
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ defmodule WebauthnComponents.RegistrationComponent do
challenge: Base.encode64(challenge.bytes, padding: false),
excludeCredentials: [],
id: id,
resident_key: resident_key,
residentKey: resident_key,
rp: %{
id: challenge.rp_id,
name: app_name
Expand Down

0 comments on commit 360641a

Please sign in to comment.