X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/ec9d2fde783796829a84655387e1810ea4b5e642..8c38faa90e53dfdb7a23cb3b03cd063314aa8fda:/app/controllers/user_controller.rb diff --git a/app/controllers/user_controller.rb b/app/controllers/user_controller.rb index fca0e3be7..6390ff19e 100644 --- a/app/controllers/user_controller.rb +++ b/app/controllers/user_controller.rb @@ -497,7 +497,7 @@ class UserController < ApplicationController when "openid" email_verified = uid.match(%r{https://www.google.com/accounts/o8/id?(.*)}) || uid.match(%r{https://me.yahoo.com/(.*)}) - when "google" + when "google", "facebook" email_verified = true else email_verified = false