DEV: Remove deprecated AuthProvider#enabled_setting= (#27081)

AuthProvider#enabled_setting=, used primarily by plugins, has been deprecated since version 2.9, in favour of Authenticator#enabled?. This PR confirms we are seeing no more usage and removes the method.
This commit is contained in:
Ted Johansson
2024-05-20 18:10:15 +08:00
committed by GitHub
parent 9302187ca4
commit 32aaf2e8d3
4 changed files with 0 additions and 72 deletions

View File

@@ -50,7 +50,6 @@ RSpec.describe Users::OmniauthCallbacksController do
end
.new
provider.enabled_setting = "ubuntu_login_enabled"
provider
end