Spaces:
Sleeping
Sleeping
Update .env.local.template
Browse files- .env.local.template +1 -1
.env.local.template
CHANGED
@@ -16,7 +16,7 @@ SERPAPI_KEY=#your serpapi key here
|
|
16 |
OPENID_CLIENT_ID=
|
17 |
OPENID_CLIENT_SECRET=
|
18 |
#OPENID_SCOPES="openid profile" # Add "email" for some providers like Google that do not provide preferred_username
|
19 |
-
OPENID_SCOPES="email"
|
20 |
#OPENID_PROVIDER_URL=https://huggingface.co # for Google, use https://accounts.google.com
|
21 |
OPENID_PROVIDER_URL=https://accounts.google.com
|
22 |
|
|
|
16 |
OPENID_CLIENT_ID=
|
17 |
OPENID_CLIENT_SECRET=
|
18 |
#OPENID_SCOPES="openid profile" # Add "email" for some providers like Google that do not provide preferred_username
|
19 |
+
OPENID_SCOPES="openid profile email"
|
20 |
#OPENID_PROVIDER_URL=https://huggingface.co # for Google, use https://accounts.google.com
|
21 |
OPENID_PROVIDER_URL=https://accounts.google.com
|
22 |
|