Skip to content

Commit 06cf809

Browse files
committed
Remove attr_accessible in ServiceDiscoveryProvider
1 parent cbf0ef9 commit 06cf809

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

app/models/authentication_provider/service_discovery_provider.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# frozen_string_literal: true
22

33
class AuthenticationProvider::ServiceDiscoveryProvider < AuthenticationProvider
4-
attr_accessible :account, :token_url, :authorize_url, :user_info_url, :client_id, :client_secret, :system_name,
5-
:kind, :skip_ssl_certificate_verification
64

75
def self.build(options = {})
86
new do |provider|

0 commit comments

Comments
 (0)