DEV: Remove use of deprecated parameter

This commit is contained in:
David Taylor 2019-06-26 10:52:23 +01:00
parent e6bf026293
commit 725717339e
1 changed files with 0 additions and 1 deletions

View File

@ -159,7 +159,6 @@ class OAuth2BasicAuthenticator < ::Auth::OAuth2Authenticator
end end
auth_provider title_setting: "oauth2_button_title", auth_provider title_setting: "oauth2_button_title",
enabled_setting: "oauth2_enabled",
authenticator: OAuth2BasicAuthenticator.new('oauth2_basic'), authenticator: OAuth2BasicAuthenticator.new('oauth2_basic'),
message: "OAuth2", message: "OAuth2",
full_screen_login_setting: "oauth2_full_screen_login" full_screen_login_setting: "oauth2_full_screen_login"