diff --git a/lib/registration.rb b/lib/registration.rb index 274b9ecc578c953ea7bc9066141cf6743651fd39..97de8448f5b6aa40c012bf0291547199afdc3715 100644 --- a/lib/registration.rb +++ b/lib/registration.rb @@ -97,7 +97,7 @@ class Registration jid = ProxiedJID.new(customer.jid).unproxied if CONFIG[:approved_domains].key?(jid.domain.to_sym) Allow.for(customer, tel, jid) - elsif google_play_userid + elsif false && google_play_userid GooglePlay.new(customer, google_play_userid, tel) else new(customer, tel)