X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c9893e186b32bfd8e8ee8f00e78258387f4aac9c..2b2264ddab13ee8ffa7e90d8b803d1a0296a7cff:/lib/auth.rb diff --git a/lib/auth.rb b/lib/auth.rb index b5ac0d2eb..636173928 100644 --- a/lib/auth.rb +++ b/lib/auth.rb @@ -2,4 +2,5 @@ module Auth PROVIDERS = { "None" => "", "OpenID" => "openid" } PROVIDERS["Google"] = "google" if defined?(GOOGLE_AUTH_ID) PROVIDERS["Facebook"] = "facebook" if defined?(FACEBOOK_AUTH_ID) + PROVIDERS["Windows Live"] = "windowslive" if defined?(WINDOWSLIVE_AUTH_ID) end