We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea83da3 commit cc91858Copy full SHA for cc91858
1 file changed
lib/devise/webauthn/helpers/credentials_helper.rb
@@ -33,7 +33,8 @@ def security_key_creation_form_for(resource_or_resource_name, **options, &block)
33
scope = Devise::Mapping.find_scope!(resource_or_resource_name)
34
35
form_with(
36
- **options, scope: scope, url: second_factor_webauthn_credentials_path(resource_or_resource_name), method: :post
+ **options, scope: scope, url: second_factor_webauthn_credentials_path(resource_or_resource_name),
37
+ method: :post
38
) do |f|
39
tag.webauthn_create(
40
data: { options_url: security_key_registration_options_path(resource_or_resource_name) }
0 commit comments