From 725717339ef544754b638e0506ac2f42895a95bd Mon Sep 17 00:00:00 2001 From: David Taylor Date: Wed, 26 Jun 2019 10:52:23 +0100 Subject: [PATCH] DEV: Remove use of deprecated parameter --- plugin.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/plugin.rb b/plugin.rb index 7b4d529..f53d0c1 100644 --- a/plugin.rb +++ b/plugin.rb @@ -159,7 +159,6 @@ class OAuth2BasicAuthenticator < ::Auth::OAuth2Authenticator end auth_provider title_setting: "oauth2_button_title", - enabled_setting: "oauth2_enabled", authenticator: OAuth2BasicAuthenticator.new('oauth2_basic'), message: "OAuth2", full_screen_login_setting: "oauth2_full_screen_login"