From 71aaed272cb2e8155e771b8055b7eec975b8c66b Mon Sep 17 00:00:00 2001 From: David Taylor Date: Fri, 30 Nov 2018 22:22:26 +0000 Subject: [PATCH] DEV: Correct auth_provider deprecation warning --- lib/auth/auth_provider.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/auth/auth_provider.rb b/lib/auth/auth_provider.rb index ca56c4e07f8..149744c2033 100644 --- a/lib/auth/auth_provider.rb +++ b/lib/auth/auth_provider.rb @@ -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