Daniel Kantor
commited on
Commit
·
0ba9921
1
Parent(s):
1829f1b
fix redirect url
Browse files
frontend/src/config/auth.js
CHANGED
@@ -4,6 +4,6 @@ export const HF_CONFIG = {
|
|
4 |
CLIENT_ID: process.env.REACT_APP_OAUTH_CLIENT_ID,
|
5 |
STORAGE_KEY: "hf_oauth",
|
6 |
SCOPE: "openid profile",
|
7 |
-
PROD_URL: "https://
|
8 |
DEV_URL: "http://localhost:7861"
|
9 |
};
|
|
|
4 |
CLIENT_ID: process.env.REACT_APP_OAUTH_CLIENT_ID,
|
5 |
STORAGE_KEY: "hf_oauth",
|
6 |
SCOPE: "openid profile",
|
7 |
+
PROD_URL: "https://stacklok-llm-security-leaderboard-7bb47f7.hf.space",
|
8 |
DEV_URL: "http://localhost:7861"
|
9 |
};
|