Skip to content

Commit cc91858

Browse files
committed
fix rubocop
1 parent ea83da3 commit cc91858

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/devise/webauthn/helpers/credentials_helper.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ def security_key_creation_form_for(resource_or_resource_name, **options, &block)
3333
scope = Devise::Mapping.find_scope!(resource_or_resource_name)
3434

3535
form_with(
36-
**options, scope: scope, url: second_factor_webauthn_credentials_path(resource_or_resource_name), method: :post
36+
**options, scope: scope, url: second_factor_webauthn_credentials_path(resource_or_resource_name),
37+
method: :post
3738
) do |f|
3839
tag.webauthn_create(
3940
data: { options_url: security_key_registration_options_path(resource_or_resource_name) }

0 commit comments

Comments
 (0)