From bf5946a9576a37b0b5ee9e298f9c5ceadd202308 Mon Sep 17 00:00:00 2001 From: EDRipper Date: Fri, 12 Dec 2025 21:34:14 -0500 Subject: [PATCH] UNDO ME --- backend/config.ru | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/config.ru b/backend/config.ru index d0c1241..26adae3 100644 --- a/backend/config.ru +++ b/backend/config.ru @@ -40,7 +40,7 @@ use OmniAuth::Builder do host: 'auth.hackclub.com', scheme: 'https' }, - scope: %i[openid email profile name address] + scope: %i[openid email profile name] end run lambda { |env|