Skip to content

Commit

Permalink
fix: wrong trigger element for settings webauthn (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-jonas authored Sep 7, 2023
1 parent fc146f9 commit 1360aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/settings.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
{{{settingsScreen}}}
</div>

{{> webauthn_setup nodes=nodes webAuthnHandler=webAuthnHandler webauthnTriggerName="webauthn_settings_trigger"}}
{{> webauthn_setup nodes=nodes webAuthnHandler=webAuthnHandler webauthnTriggerName="webauthn_register_trigger"}}

</div>

0 comments on commit 1360aa0

Please sign in to comment.