Spaces:
Running
Running
buletomato25
commited on
Commit
·
8097043
1
Parent(s):
2acaac3
suwabe/login_fix
Browse files- client_secret.json +1 -4
client_secret.json
CHANGED
@@ -6,9 +6,6 @@
|
|
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":
|
10 |
-
"https://huggingface.co/spaces/Justtalk/JusTalk/callback",
|
11 |
-
"http://127.0.0.1:7860/callback"
|
12 |
-
]
|
13 |
}
|
14 |
}
|
|
|
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": "http://127.0.0.1:7860/callback"
|
|
|
|
|
|
|
10 |
}
|
11 |
}
|