From f83114870c34128ad114ea35c02151936458ab5a Mon Sep 17 00:00:00 2001 From: Nasar Khan Date: Tue, 16 Apr 2024 12:00:11 -0400 Subject: [PATCH] pluggable credential types options call --- app/controllers/api/authentications_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/api/authentications_controller.rb b/app/controllers/api/authentications_controller.rb index b23e53de99..44163a0b8d 100644 --- a/app/controllers/api/authentications_controller.rb +++ b/app/controllers/api/authentications_controller.rb @@ -37,7 +37,7 @@ def options def build_additional_fields { - :credential_types => ::Authentication.build_credential_options + :credential_types => ::Authentication.credential_types } end