From 809347e01c1762bbc16531a6ddfada905dc56433 Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Thu, 28 Aug 2025 10:05:40 -0500 Subject: [PATCH] Re enable for now --- lib/registration.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/registration.rb b/lib/registration.rb index 97de8448f5b6aa40c012bf0291547199afdc3715..274b9ecc578c953ea7bc9066141cf6743651fd39 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 false && google_play_userid + elsif google_play_userid GooglePlay.new(customer, google_play_userid, tel) else new(customer, tel)