use hash type for auth_source_sso setting definition

pull/10627/head
ulferts 3 years ago committed by Oliver Günther
parent 093650a725
commit 443e53ac28
  1. 2
      config/constants/settings/definitions.rb

@ -96,7 +96,7 @@ Settings::Definition.define do
writable: false writable: false
add :auth_source_sso, add :auth_source_sso,
format: :string, format: :hash,
value: nil, value: nil,
writable: false writable: false

Loading…
Cancel
Save