DEV: Correct auth_provider deprecation warning

This commit is contained in:
David Taylor 2018-11-30 22:22:26 +00:00 committed by GitHub
parent bbd33de05b
commit 71aaed272c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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