Spaces:
Running
Running
buletomato25
commited on
Commit
·
ab0c5ba
1
Parent(s):
cb12ee0
fix_login
Browse files- client_secret.json +11 -1
client_secret.json
CHANGED
@@ -1 +1,11 @@
|
|
1 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"web": {
|
3 |
+
"client_id": "228160683186-6u7986qsfhcv3kd9iqtv08iphpl4gdk2.apps.googleusercontent.com",
|
4 |
+
"project_id": "justtalk-454100",
|
5 |
+
"auth_uri": "https://accounts.google.com/o/oauth2/auth",
|
6 |
+
"token_uri": "https://oauth2.googleapis.com/token",
|
7 |
+
"auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
|
8 |
+
"client_secret": "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",
|
9 |
+
"redirect_uris": ["https://huggingface.co/spaces/Justtalk/JusTalk/callback"]
|
10 |
+
}
|
11 |
+
}
|