mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 23:36:11 +08:00
DEV: Correct auth_provider deprecation warning
This commit is contained in:
@ -18,7 +18,7 @@ class Auth::AuthProvider
|
||||
@enabled_setting = val
|
||||
end
|
||||
|
||||
def background_color=(val) Discourse.deprecate("background_color is no longer functional. Please define authenticator.enabled? instead") end;
|
||||
def background_color=(val) Discourse.deprecate("background_color is no longer functional. Please use CSS instead") end;
|
||||
|
||||
def name
|
||||
authenticator.name
|
||||
|
Reference in New Issue
Block a user