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|