Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
fix(auth): changed the client-id to the bot one
Browse files
frontend/src/config/auth.js
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
export const HF_CONFIG = {
|
2 |
-
CLIENT_ID: "
|
3 |
STORAGE_KEY: "hf_oauth",
|
4 |
SCOPE: "openid profile",
|
5 |
-
PROD_URL: "
|
6 |
DEV_URL: "http://localhost:7860"
|
7 |
};
|
|
|
1 |
export const HF_CONFIG = {
|
2 |
+
CLIENT_ID: "b78fb86a-a94f-4f18-b0de-c559486ff756",
|
3 |
STORAGE_KEY: "hf_oauth",
|
4 |
SCOPE: "openid profile",
|
5 |
+
PROD_URL: "",
|
6 |
DEV_URL: "http://localhost:7860"
|
7 |
};
|