Skip to content

Commit

Permalink
pluggable credential types options call
Browse files Browse the repository at this point in the history
  • Loading branch information
nasark committed Apr 16, 2024
1 parent 934cb21 commit f831148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/api/authentications_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def options

def build_additional_fields
{
:credential_types => ::Authentication.build_credential_options
:credential_types => ::Authentication.credential_types
}
end

Expand Down

0 comments on commit f831148

Please sign in to comment.