This commit is contained in:
EDRipper 2025-12-12 21:34:14 -05:00
parent c616a174b6
commit bf5946a957

View file

@ -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|