X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c70a1fe9334cf8978ae254d712a8e445e2fa1996..69b967c9ff7c185f99ba881a8b8591c02c809628:/lib/auth.rb?ds=sidebyside diff --git a/lib/auth.rb b/lib/auth.rb index 16102ed20..434994329 100644 --- a/lib/auth.rb +++ b/lib/auth.rb @@ -4,5 +4,6 @@ module Auth providers["Facebook"] = "facebook" if defined?(FACEBOOK_AUTH_ID) providers["Windows Live"] = "windowslive" if defined?(WINDOWSLIVE_AUTH_ID) providers["GitHub"] = "github" if defined?(GITHUB_AUTH_ID) + providers["Wikipedia"] = "wikipedia" if defined?(WIKIPEDIA_AUTH_ID) end.freeze end