Re enable for now

Stephen Paul Weber created

Change summary

lib/registration.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

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 false && google_play_userid
+			elsif google_play_userid
 				GooglePlay.new(customer, google_play_userid, tel)
 			else
 				new(customer, tel)